1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-14 14:29:07 +00:00
cc65/libsrc/geos-cbm/disk
Greg King 6fd56bf9b6 Fixed bugs in the geos-cbm DIO sector-number converter functions.
* The 16-bit comparison code actually didn't compare the high byte.
* This implementation supports only the 1541, 1571, and 1581; but, it didn't exclude the other drive types that GEOS supports.
* Two error code numbers were swapped.
* A 1571 converter didn't catch sector numbers that are too high.
* A 1581 converter didn't catch sector numbers that are too high.
2018-02-23 16:12:12 -05:00
..
changediskdevice.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
chkdkgeos.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_cts.s Fixed bugs in the geos-cbm DIO sector-number converter functions. 2018-02-23 16:12:12 -05:00
dio_openclose.s Fixed bugs in geos-cbm's dio_open(). 2018-02-23 16:12:12 -05:00
dio_params.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_qcount.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_qsize.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_read.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_stc.s Fixed bugs in the geos-cbm DIO sector-number converter functions. 2018-02-23 16:12:12 -05:00
dio_write.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_writev.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
enterturbo.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
exitturbo.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
findbambit.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
newdisk.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
purgeturbo.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
readblock.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
readbuff.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
setgeosdisk.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
verwriteblock.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
writeblock.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
writebuff.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00