MEGA65 / mega65-rom-public

MEGA65 ROM public issue reporting
4 stars 0 forks source link

BASIC Boots with Disk Error if Missing AUTOBOOT.C65 #102

Closed johnwayner closed 6 months ago

johnwayner commented 6 months ago

Test Environment (required)

Describe the bug On boot, if no AUTOBOOT.C65 is found, the DS and DS$ variables have values of 62 and 62,FILE NOT FOUND,00,00, respectively.

To Reproduce Steps to reproduce the behavior:

  1. Ensure whatever disk you boot with (or MEAGA65.D81 if you don't have one specified) has no AUTOBOOT.C65 file.
  2. Boot the machine.
  3. Type ?DS$

Expected behavior DS and DS$ should be 0 and 00,OK,00,00 or similar on boot -- unless an AUTOBOOT.C65 is found and subsequently causes disk errors when it runs.