1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00
cc65/libsrc/geos-common
2012-10-19 06:53:55 +00:00
..
common Added missing file. 2012-02-22 22:04:53 +00:00
conio Removed cpputs/cpputsxy as they don't work and as there's really very little use for proprietary extensions of a character API emulated on a graphics systems. 2012-10-19 06:53:55 +00:00
disk Minor style adjustment. 2012-02-22 22:59:38 +00:00
dlgbox Normalized coding style. 2012-02-09 10:54:40 +00:00
drivers Minor style adjustment. 2012-02-22 22:59:38 +00:00
file Normalized coding style. 2012-02-09 10:54:40 +00:00
graph Fixed line continuation. 2012-02-22 22:04:20 +00:00
memory Normalized coding style. 2012-02-08 16:13:01 +00:00
menuicon Normalized coding style. 2012-02-08 16:13:01 +00:00
mousesprite Normalized coding style. 2012-02-08 16:13:01 +00:00
process Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs. 2012-02-09 07:37:08 +00:00
runtime Normalized coding style. 2012-02-08 16:56:54 +00:00
system Apple GEOS reserves beside the main app area at $4000-$C000 a secondary app area at $0C00-$2000. While it was an elegant idea to use that secondary area for overlays at the end of the day those 5 kB are just too small. So now overlays go at the end of the main area (as with GEOS 64/128). 2012-06-08 21:46:51 +00:00
const.inc Introduced Apple GEOS specific screen size constants. 2012-02-27 22:00:26 +00:00
geosmac.inc Removed '.c65' from include file name. 2012-02-09 09:13:34 +00:00
Makefile Prepared infrastructure for a shared loadable generic mouse driver based the GEOS API. 2012-02-08 14:30:07 +00:00
symbols.txt Fixed typo. 2012-02-22 19:57:01 +00:00