Open nobruinfo opened 1 month ago
CHDIR
to a D81 sub-partition fails. On real hardware, it reports DOS error 66: Illegal Track or Sector. On Xemu, it fails silently.
To Reproduce On hardware:
DIR
: confirms that the new disk image is mounted and in the root partition.MKDIR "SUBDIR",L5
Expected: Creates and changes to the SUBDIR
partition.
Actual:
SUBDIR
partition, but fails to change to it, reporting 66,ILLEGAL TRACK OR SECTOR,10,00
DIR
shows the SUBDIR
is created.CHDIR "SUBDIR"
also reports 66,ILLEGAL TRACK OR SECTOR,10,00
On Xemu:
DIR
: confirms that the new disk image is mounted and in the root partition.MKDIR "SUBDIR",L5
Expected: Creates and changes to the SUBDIR
partition.
Actual: No error. DIR
confirms still at the root.
Dunno, but with Xemu it also gives me the 66,ILLEGAL TRACK OR SECTOR,10,00
error.
The missing error message might be specific to ROM 920395 actually, and maybe not Xemu specific. I'll need to test in more detail. IIRC there's an improvement in DOS error reporting in recent ROM betas.
Test Environment (required) You can use MEGA65INFO to retrieve this.
Describe the bug
Depending on the steps used either nothing is happening on CHDIR or what is shown.
To Reproduce
Expected behavior
The contents of the sub-partition should be shown.
Screenshots
Additional context