From: ol.sc Date: Wed, 5 Sep 2012 19:07:34 +0000 (+0000) Subject: Have the internal function 'isdisk' set the carry for device 31. As the device id... X-Git-Tag: V2.14~255 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=093e83835d53b424137c5eaa95f340e99ee0549a;p=cc65 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 --- diff --git a/libsrc/cbm/cbm.inc b/libsrc/cbm/cbm.inc index 8caaa66a8..25e48a72f 100644 --- a/libsrc/cbm/cbm.inc +++ b/libsrc/cbm/cbm.inc @@ -61,7 +61,7 @@ CBMDEV_SCREEN = 3 ; Disk stuff ; -MAX_DRIVES = 24 +MAX_DRIVES = 23 FIRST_DRIVE = 8