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
1 changed files with 1 additions and 1 deletions

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__