Author Topic: [Tutorial] [Update] Commodore 64 Winvice  (Read 2988 times)

qqplayer

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
[Tutorial] [Update] Commodore 64 Winvice
« 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
« Last Edit: April 06, 2017, 12:18:35 PM by qqplayer »