1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/geos-common
Oliver Schmidt 1d1ba3ed3b Adjusted constructors.
The constructors are _NOT_ allowed anymore to access the BSS. Rather they must use the DATA segment or the INIT segment. The latter isn't cleared at any point so the constructors may use it to expose values to the main program. However they must make sure to always write the values as they are not pre-initialized.
2016-03-16 16:28:32 +01:00
..
common Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
conio Adjusted constructors. 2016-03-16 16:28:32 +01:00
disk Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dlgbox Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
drivers Some fine tuning of the mouse driver interface harmonization. 2014-01-17 21:09:15 +01:00
file Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
graph Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
memory Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
menuicon Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mousesprite Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
process Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
runtime Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
system Adjusted constructors. 2016-03-16 16:28:32 +01:00
const.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
geosmac.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symbols.txt Fixed typos. 2013-04-02 17:29:13 +03:00