Have the internal function 'isdisk' set the carry for device 31. As the device id 31 doesn't really exist it is for sure no disk.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5818 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c6f6a5de3f
commit
093e83835d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ CBMDEV_SCREEN = 3
|
||||||
; Disk stuff
|
; Disk stuff
|
||||||
;
|
;
|
||||||
|
|
||||||
MAX_DRIVES = 24
|
MAX_DRIVES = 23
|
||||||
FIRST_DRIVE = 8
|
FIRST_DRIVE = 8
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue