switch to 40-columns if not 80-column mode

This commit is contained in:
Peter Ferrie 2018-03-12 18:53:14 -07:00
parent 01178b03cd
commit 4fac041c61
3 changed files with 9 additions and 4 deletions

View File

@ -117,6 +117,7 @@ op_c7
stx $302 ;no load
+
jsr $fe93
ldx $300
cpx #$ce
beq skip80

View File

@ -369,8 +369,10 @@ slot lda $cfff
bne okay80
skip80
lda #$2c
sta call80
lda #$93
sta call80+1
lda #$fe
sta call80+2
lda #$df
sta inversemask+1
lda #7

View File

@ -364,8 +364,10 @@ slot lda $cfff
bne okay80
skip80
lda #$2c
sta call80
lda #$93
sta call80+1
lda #$fe
sta call80+2
lda #$df
sta inversemask+1
lda #7