mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-04 03:31:51 +00:00
switch to 40-columns if not 80-column mode
This commit is contained in:
parent
01178b03cd
commit
4fac041c61
@ -117,6 +117,7 @@ op_c7
|
||||
stx $302 ;no load
|
||||
+
|
||||
|
||||
jsr $fe93
|
||||
ldx $300
|
||||
cpx #$ce
|
||||
beq skip80
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user