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

Are you having problems setting up GB64 on your machine? Ask your questions in here!

Moderator: Jimbo

KrazyKanuck
Cool Member
Cool Member
Location: Marystown, Newfoundland and Labrador, Canada
Posts: 254
Joined: Mon Nov 20, 2017 2:53 am

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

Sat Mar 12, 2022 7:59 am

Just wondering if it's possible.
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2256
Joined: Sun Jun 19, 2005 3:30 pm

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

Sat Mar 12, 2022 11:01 am

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.

Return to “GB64 Help!”

Who is online

Users browsing this forum: No registered users and 11 guests