MEGA65 / mega65-rom-public

MEGA65 ROM public issue reporting
4 stars 0 forks source link

LOAD of device 0, 2, or 3 should return error #103

Closed johnwayner closed 9 months ago

johnwayner commented 9 months ago

Test Environment (required)

Describe the bug Attempting to LOAD from devices 0, 2, or 3 (Keyboard, RS-232, and Screen) should result in an ILLEGAL DEVICE NUMBER error. This is what C128 returns.

To Reproduce Steps to reproduce the behavior:

  1. Type LOAD"",0<RETURN>
  2. See no error and no READY prompt
  3. Type <RETURN>
  4. See UNIT:0 and READY prompt

Expected behavior Should immediately see ?ILLEGAL DEVICE NUMBER ERROR after step 1.