mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Made use of 65C02 opcode (thx to polluks).
This commit is contained in:
parent
e2c6648607
commit
b91ad02da1
@ -62,7 +62,7 @@ _videomode:
|
||||
done: lda #$11 ; Ctrl-char code for 40 cols
|
||||
plp
|
||||
bpl :+
|
||||
lda #$12 ; Ctrl-char code for 80 cols
|
||||
inc a ; Ctrl-char code for 80 cols
|
||||
: rts ; X was preserved all the way
|
||||
|
||||
.endif ; __APPLE2ENH__
|
||||
|
Loading…
Reference in New Issue
Block a user