1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 23:29:41 +00:00
cc65/libsrc/geos-common
ol.sc ffc06fcea3 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).
However the stack (usually 1 kB) can be securely placed in the secondary area without effort from the side of the developer. The rest of the secondary area (usually 4 kB) is made available to the developer as (uninitialized) 'EXTBSS'.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5696 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-08 21:46:51 +00:00
..
common Added missing file. 2012-02-22 22:04:53 +00:00
conio Minor style adjustment. 2012-02-22 22:59:38 +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