Page 1 of 1

Force PAL+NTSC to ntsc only

Posted: Wed Jan 28, 2009 11:38 pm
by dabone
I'm trying to test games to take over to my real 64 and would like to ba able to launch from gb64 in NTSC mode only.

I prefer using vice and I've tried changing this in the winvice.ini

;do we want a PAL or NTSC setup?
If PalNTSC = NTSC
Add_CLP( -ntsc)
Else
Add_CLP( -pal)
End If


I changed it to this

;do we want a PAL or NTSC setup?
If PalNTSC = NTSC
Add_CLP( -ntsc)
Else
Add_CLP( -ntsc)
End If

with no effect.

thanks,
dabone

Posted: Thu Jan 29, 2009 1:17 pm
by .mad.
hi

i suppose this can be done by editing the MDB file in Microsoft Access.

just change every number in the V_PALNTSC column to a "2"
to mark the games as NTSC only.

but please remember,
all those PAL games won't like it.