Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: qqplayer on April 04, 2017, 01:36:29 PM

Title: [Tutorial] [Update] Commodore 64 Winvice
Post by: qqplayer on April 04, 2017, 01:36:29 PM
This is my config for winvice:

Code: [Select]
executable           cmd
args                 /c IF EXIST "[rompath]\[name].d64". (cd "PATH TO EMULATOR" & start /wait x64.exe -fullscreen -autostart "[rompath]\[name].d64".) ELSE IF EXIST "[rompath]\[name].crt". (cd "PATH TO EMULATOR" & start /wait x64.exe -fullscreen -cartcrt "[rompath]\[name].crt".) ELSE IF EXIST "[rompath]\[name].tap". (cd "PATH TO EMULATOR" & start /wait x64.exe -fullscreen -autostart "[rompath]\[name].tap".) ELSE (cd "PATH TO EMULATOR" & start /wait x64.exe -fullscreen -autostart "[rompath]\[name].t64".)

"PATH TO EMULATOR": Emulator path with quotes.

Code: [Select]
romext               .t64;.d64;.crt;.tap