mirror of
https://github.com/StewBC/penetrator-apple2.git
synced 2025-03-13 13:30:55 +00:00
Merge pull request #2 from oliverschmidt/patch-1
Allow start with active 80-column display.
This commit is contained in:
commit
a2658ec89f
@ -111,8 +111,15 @@ PRESS_ANY_KEY:
|
||||
sta READ_REF
|
||||
sta CLOSE_REF
|
||||
|
||||
; Turn off 80-column firmware
|
||||
lda VERSION
|
||||
cmp #$06 ; //e ?
|
||||
bne :+
|
||||
lda #$15
|
||||
jsr $C300
|
||||
|
||||
; Switch to hires page 2
|
||||
bit TXTCLR
|
||||
: bit TXTCLR
|
||||
bit MIXCLR
|
||||
bit HISCR
|
||||
bit HIRES
|
||||
|
Loading…
x
Reference in New Issue
Block a user