Merge pull request #2 from oliverschmidt/patch-1

Allow start with active 80-column display.
This commit is contained in:
StewBC 2020-01-11 16:34:09 +01:00 committed by GitHub
commit a2658ec89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

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