1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Made use of 65C02 opcode (thx to polluks).

This commit is contained in:
Oliver Schmidt 2020-03-05 14:38:12 +01:00
parent e2c6648607
commit b91ad02da1

View File

@ -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__