I found the problem with loading AGD games from the SDDOS version of the archive.
The AGD games have a loader like:I'm getting a FILE? error at line 50.
If I change this to *RUN A1CODE it works.
I think this is what Roland just said, but I didn't make the connection.
The documented behaviour of DOS and SDDOS is:I tripped up on this problem a few of years ago.
viewtopic.php?p=120754#p120754
The menu program is actually running the selected title from DRIVE 2, for a reason that's no longer important. So I changed the menu to use DRIVE 0, and the AGD titles now work correctly.
Dave
The AGD games have a loader like:
Code:
10 CLEAR4 20 *NOMON 30 *LO.A1SCR 40 LI.#FFE3 50 *A1CODEIf I change this to *RUN A1CODE it works.
I think this is what Roland just said, but I didn't make the connection.
The documented behaviour of DOS and SDDOS is:
Code:
;-----------------------------------------------------------------; *<filename> <param>;; Search for filename on drive 0, load it and jump to execaddress.; If param given, will be copied to $100;; Zeropage usage: $AC = qual; $EE = cur_drive; $C7 = temp cur_drive; $C8 = temp qual;-----------------------------------------------------------------viewtopic.php?p=120754#p120754
The menu program is actually running the selected title from DRIVE 2, for a reason that's no longer important. So I changed the menu to use DRIVE 0, and the AGD titles now work correctly.
Dave
Statistics: Posted by hoglet — Tue Jan 27, 2026 12:05 pm