old cleanups
git-svn-id: svn://svn.cc65.org/cc65/trunk@777 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -305,6 +305,11 @@ O_GHP_DISK = 97
|
|||||||
O_GHP_FNAME = 117
|
O_GHP_FNAME = 117
|
||||||
O_GHINFO_TXT = $a0
|
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
|
;values for config - C128 mmu
|
||||||
CIOIN = $7E ;60K RAM, 4K I/O space in
|
CIOIN = $7E ;60K RAM, 4K I/O space in
|
||||||
CRAM64K = $7F ;64K RAM
|
CRAM64K = $7F ;64K RAM
|
||||||
|
|||||||
@@ -106,10 +106,7 @@ msePicPtr = $31
|
|||||||
windowTop = $33
|
windowTop = $33
|
||||||
windowBottom = $34
|
windowBottom = $34
|
||||||
leftMargin = $35
|
leftMargin = $35
|
||||||
IO_IN = $35
|
|
||||||
KRNL_IO_IN = $36
|
|
||||||
rightMargin = $37
|
rightMargin = $37
|
||||||
KRNL_BAS_IO_IN = $37
|
|
||||||
pressFlag = $39
|
pressFlag = $39
|
||||||
mouseXPos = $3a
|
mouseXPos = $3a
|
||||||
mouseYPos = $3c
|
mouseYPos = $3c
|
||||||
|
|||||||
Reference in New Issue
Block a user