Welcome to the Gamebase 64 forums. An attempt to document ALL Commodore 64 gameware before it's too late!
Is there a way to permanently turn on True Drive emulation via a GEMUS script
Moderator: Jimbo
- KrazyKanuck
- Cool Member
- Location: Marystown, Newfoundland and Labrador, Canada
Post
Is there a way to permanently turn on True Drive emulation via a GEMUS script
Just wondering if it's possible.
- .mad.
- Honoured Member
- Location: Lancashire
Post
Re: Is there a way to permanently turn on True Drive emulation via a GEMUS script
yes it's possible.
However, only D64 option needs to be set.
in older vice script v2.4-v3.2 (D64 section)
replace all this...
If TrueDriveEmu = YES
if key_vtde CONTAINS(no)
Add_CLP( +truedrive)
Add_CLP( -virtualdev)
else
Add_CLP( -truedrive)
End If
ElseIf TrueDriveEmu = NO
if key_vtde CONTAINS(yes)
Add_CLP( -truedrive)
else
Add_CLP( +truedrive)
Add_CLP( -virtualdev)
End If
End If
with this...
Add_CLP( -truedrive)
for newer gtk3 /sdl2 vice 3.6.x
replace that section with this...
Add_CLP( -drive8truedrive)
true drive should be OFF for loading these filetypes CRT, TAP, T64, P00, PRG.
G64, D81 settings are already True drive as default in scripts.
However, only D64 option needs to be set.
in older vice script v2.4-v3.2 (D64 section)
replace all this...
If TrueDriveEmu = YES
if key_vtde CONTAINS(no)
Add_CLP( +truedrive)
Add_CLP( -virtualdev)
else
Add_CLP( -truedrive)
End If
ElseIf TrueDriveEmu = NO
if key_vtde CONTAINS(yes)
Add_CLP( -truedrive)
else
Add_CLP( +truedrive)
Add_CLP( -virtualdev)
End If
End If
with this...
Add_CLP( -truedrive)
for newer gtk3 /sdl2 vice 3.6.x
replace that section with this...
Add_CLP( -drive8truedrive)
true drive should be OFF for loading these filetypes CRT, TAP, T64, P00, PRG.
G64, D81 settings are already True drive as default in scripts.
Who is online
Users browsing this forum: Semrush [Bot] and 6 guests