forked from sy2002/MiSTer2MEGA65
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
The current PRG loader does not set $00BA so it is left at $00. It would contain the device number of the last device used. Some programs (like file browsers and some tools) rely on $00BA to be set to the device they were loaded from.
As there currently is no tape support, hard coding $00BA to $08 in the PRG loader should make some more programs work (but still will fail some copy protected tape games that expect $01 here).
I think the positive effects of getting some filebrowsers to work when called as PRG makes faking it as a #8 load useful although it is a "hack".
https://www.n0stalgia.org/common/pages/releases.php?op=showrelease&id=353
Reactions are currently unavailable