Made use of 65C02 opcode (thx to polluks).
This commit is contained in:
parent
e2c6648607
commit
b91ad02da1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue