Page 1 of 1

Is there a way to permanently turn on True Drive emulation via a GEMUS script

Posted: Sat Mar 12, 2022 7:59 am
by KrazyKanuck
Just wondering if it's possible.

Re: Is there a way to permanently turn on True Drive emulation via a GEMUS script

Posted: Sat Mar 12, 2022 11:01 am
by .mad.
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.