From c7ecb525814378a4abba7499b0d93e9fa639d6fe Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Thu, 9 Feb 2012 07:41:56 +0000 Subject: [PATCH] Adjusted hex digit cases. git-svn-id: svn://svn.cc65.org/cc65/trunk@5505 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos-common/symbols.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/geos-common/symbols.txt b/libsrc/geos-common/symbols.txt index dedd4411b..9ef530ad2 100644 --- a/libsrc/geos-common/symbols.txt +++ b/libsrc/geos-common/symbols.txt @@ -20,13 +20,13 @@ bakclr2 $d023 $d023 n/a Byte Background color 2. bakclr3 $d024 $d024 n/a Byte Background color 3. baselineOffset $26 $26 $0218 Byte Offset from top line to baseline in character set. bkvec $0316 $0316 n/a Word BRK instruction vector for when ROMs are switched in. -bootName $C006 $C006 $E003 9 Bytes This is the start of the "GEOS BOOT" string. +bootName $c006 $c006 $e003 9 Bytes This is the start of the "GEOS BOOT" string. BRKVector $84af $84af $0214 Word Vector to the routine that is called uhen a BRK instruction is ... cardDataPntr $2c $2c $60 Word This is a pointer to the actual card graphics data for the ... CPU_DATA $01 n/a n/a Word Address of 6510 data register that controls the hardware memory ... CPU_DDR $00 n/a n/a Byte Address of 6510 data direction register. curDevice $ba $ba n/a Byte This holds the current serial deuice number. -curDirHead $8200 $8200 $FA80 256 | 39 Bytes For CBM, it is the buffer containing header infomation ... +curDirHead $8200 $8200 $fa80 256 | 39 Bytes For CBM, it is the buffer containing header infomation ... curDrive $8489 $8489 $f60d Byte Holds the device number of the currently active disk drive. curEnable n/a $1300 $0951 Byte This is an image of the C64 mobenble register. curHeight $29 $29 $021b Byte Used to hold the card height in pixels of the current font in ...