Main > Software Forum
DOS front ends that skip nag screens
darkmanx:
wow thats a rediculous amount of time to compile a program.
SirPoonga:
Yeah, Like I said in the other thread, either push left then right, otherwise recompile:)
jammadave:
oh, of course, about the left and right thing. mainly i'm trying to make this thing as "dumb-friend-proof" as possible. heh, i have big parties at my pad and just don't want to explain it to everybody =0)
)p(:
You can use advance menu with Advance mame and skip the nag screens with just a few entrys in the cfg file from advance mame...
[script]
video = delay(300); repeat(3) { simulate_key(key_o,100); delay(100);
simulate_key(key_k,100); delay(100); }
Peter
jammadave:
advanceMAME, is that a DOS version by chance? i was once using advanceMenu with just regular DOS MAME...
but thanks for that option too!