mirror of
https://github.com/cc65/cc65.git
synced 2024-11-05 08:05:51 +00:00
The VIC20 doesn't have PALFLAG (Stefan Haubenthal)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3229 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3403d6730f
commit
25cf8a3d27
@ -29,7 +29,6 @@ BASIC_BUF_LEN = 89 ; Maximum length of command-line
|
|||||||
|
|
||||||
CHARCOLOR := $286
|
CHARCOLOR := $286
|
||||||
CURS_COLOR := $287 ; Color under the cursor
|
CURS_COLOR := $287 ; Color under the cursor
|
||||||
PALFLAG := $2A6 ; $01 = PAL, $00 = NTSC
|
|
||||||
|
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user