mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
old cleanups
git-svn-id: svn://svn.cc65.org/cc65/trunk@777 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
909eb2bdec
commit
56463fe3d5
@ -305,6 +305,11 @@ O_GHP_DISK = 97
|
||||
O_GHP_FNAME = 117
|
||||
O_GHINFO_TXT = $a0
|
||||
|
||||
; values for CPU_DATA - C64 memory config
|
||||
IO_IN = $35 ;60K RAM, 4K I/O space in
|
||||
KRNL_IO_IN = $36 ;kernal and I/O mapped into memory
|
||||
KRNL_BAS_IO_IN = $37 ;kernal, I/O and basic mapped into memory
|
||||
|
||||
;values for config - C128 mmu
|
||||
CIOIN = $7E ;60K RAM, 4K I/O space in
|
||||
CRAM64K = $7F ;64K RAM
|
||||
|
@ -106,10 +106,7 @@ msePicPtr = $31
|
||||
windowTop = $33
|
||||
windowBottom = $34
|
||||
leftMargin = $35
|
||||
IO_IN = $35
|
||||
KRNL_IO_IN = $36
|
||||
rightMargin = $37
|
||||
KRNL_BAS_IO_IN = $37
|
||||
pressFlag = $39
|
||||
mouseXPos = $3a
|
||||
mouseYPos = $3c
|
||||
|
Loading…
Reference in New Issue
Block a user