1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65/libsrc/geos-cbm
ol.sc 129d3bf872 - The address given for GetSerialNumber in the "Hitchhiker's Guide To GEOS" is obviously wrong: $4b38.
- According to the "Hitchhiker's Guide To GEOS" GetSerialNumber returns a string on Apple GEOS (in contrast to a number on CBM GEOS).
Given both facts and that the API is presumably not important at all it seems reasonable to just go without it on Apple GEOS.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5503 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-08 19:48:31 +00:00
..
disk Normalized coding style. 2012-02-07 22:37:13 +00:00
drivers Prepared infrastructure for a shared loadable generic mouse driver based the GEOS API. 2012-02-08 14:30:07 +00:00
file Moved the 'file' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too. 'FollowChain' isn't available on Apple GEOS. 2012-02-04 14:08:37 +00:00
memory Normalized coding style. 2012-02-07 22:37:13 +00:00
system - The address given for GetSerialNumber in the "Hitchhiker's Guide To GEOS" is obviously wrong: $4b38. 2012-02-08 19:48:31 +00:00
dio.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
diskdrv.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
geossym.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
geossym2.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
inputdrv.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
jumptab.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
Makefile Prepared infrastructure for a shared loadable generic mouse driver based the GEOS API. 2012-02-08 14:30:07 +00:00
printdrv.inc Moved assembler include files from the 'inc' subfolder to the target "main" folder - as it is the case with the other targets. 2012-01-31 21:22:06 +00:00