1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-24 00:29:32 +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:
ol.sc 2012-09-05 19:07:34 +00:00
parent c6f6a5de3f
commit 093e83835d

View File

@ -61,7 +61,7 @@ CBMDEV_SCREEN = 3
; Disk stuff
;
MAX_DRIVES = 24
MAX_DRIVES = 23
FIRST_DRIVE = 8