mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
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
@ -61,7 +61,7 @@ CBMDEV_SCREEN = 3
|
||||
; Disk stuff
|
||||
;
|
||||
|
||||
MAX_DRIVES = 24
|
||||
MAX_DRIVES = 23
|
||||
FIRST_DRIVE = 8
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user