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:
@@ -15,6 +15,7 @@ SECADR = $AD ; Secondary address
|
||||
DEVNUM = $AE ; Device number
|
||||
FNAM_ADR = $AF ; Pointer to filename for OPEN
|
||||
KEY_COUNT = $EF ; Number of keys in input buffer
|
||||
RVS = $C2 ; Reverse flag
|
||||
CURS_X = $CA ; Cursor column
|
||||
CURS_Y = $CD ; Cursor row
|
||||
SCREEN_PTR = $C8 ; Pointer to current char in text screen
|
||||
|
||||
Reference in New Issue
Block a user