From: izydorst Date: Fri, 6 Jul 2001 18:21:28 +0000 (+0000) Subject: old cleanups X-Git-Tag: V2.12.0~2790 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56463fe3d5bf3ad70e6244273abfd5823ce8b1dd;p=cc65 old cleanups git-svn-id: svn://svn.cc65.org/cc65/trunk@777 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/geos/inc/const.inc b/libsrc/geos/inc/const.inc index dcbf8e479..b3aa5090a 100644 --- a/libsrc/geos/inc/const.inc +++ b/libsrc/geos/inc/const.inc @@ -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 diff --git a/libsrc/geos/inc/geossym.inc b/libsrc/geos/inc/geossym.inc index e558a4ae0..f3d800075 100644 --- a/libsrc/geos/inc/geossym.inc +++ b/libsrc/geos/inc/geossym.inc @@ -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