functions that do not modify data take const char* as argument

git-svn-id: svn://svn.cc65.org/cc65/trunk@848 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2001-08-15 16:09:35 +00:00
parent 9346c3fbac
commit 2a57280a11
11 changed files with 46 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
;GEOS variable memory locations sorted by address
;reassembled by Maciej 'YTM/Alliance' Witkowiak
;reassembled by Maciej 'YTM/Elysium' Witkowiak
;4-2-99
zpage = $0000
@@ -101,7 +101,6 @@ cardDataPntr = $2c
currentMode = $2e
dispBufferOn = $2f
mouseOn = $30
RAM_64K = $30
msePicPtr = $31
windowTop = $33
windowBottom = $34