Skip to content

Commit

Permalink
Fix bug in error message
Browse files Browse the repository at this point in the history
A 'dir C:' from A: would show 'Bdos Err in A:' is C doesn't exist.
  • Loading branch information
MockbaTheBorg authored Apr 26, 2024
1 parent 7774670 commit dde7200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RunCPM/disk.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ int _SelectDisk(uint8 dr) {
loginVector = loginVector | (1 << (disk[0] - 'A'));
result = 0x00;
} else {
cDrive = oDrive = dr;
_error(errSELECT);
}

Expand Down

0 comments on commit dde7200

Please sign in to comment.