For the CBM platforms, make revers() machine dependent and use the RVS flag
of the different machines instead of a separate one. For the C128, make the textcolor() function work in 40 and 80 column mode. git-svn-id: svn://svn.cc65.org/cc65/trunk@1787 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -10,6 +10,7 @@ MEMSIZE = $34 ; Size of memory installed
|
||||
TIME = $8D ; 60HZ clock
|
||||
ST = $96 ; IEC status byte
|
||||
KEY_COUNT = $9E ; Number of keys in input buffer
|
||||
RVS = $9F ; Reverse flag
|
||||
CURS_FLAG = $A7 ; 1 = cursor off
|
||||
CURS_BLINK = $A8 ; Blink counter
|
||||
CURS_CHAR = $A9 ; Character under the cursor
|
||||
@@ -29,7 +30,7 @@ KEY_BUF = $26F ; Keyboard buffer
|
||||
;----------------------------------------------------------------------------
|
||||
; PET ROM type detection
|
||||
|
||||
PET_DETECT = $FFFB
|
||||
PET_DETECT = $FFFB
|
||||
PET_2000 = $CA
|
||||
PET_3000 = $FC
|
||||
PET_4000 = $FD
|
||||
|
||||
Reference in New Issue
Block a user