Remove useless code
LOSCR is a valid and safe softswitch on any Apple II. Thanks Oliver S!
This commit is contained in:
committed by
Oliver Schmidt
parent
1f23fc6ba8
commit
ec0595ad28
@@ -222,14 +222,9 @@ DONE:
|
|||||||
bit TXTSET
|
bit TXTSET
|
||||||
bit LOWSCR
|
bit LOWSCR
|
||||||
|
|
||||||
.ifndef __APPLE2ENH__
|
|
||||||
bit machinetype
|
|
||||||
bpl reset_wndtop
|
|
||||||
.endif
|
|
||||||
; Limit SET80COL-HISCR to text
|
; Limit SET80COL-HISCR to text
|
||||||
bit LORES
|
bit LORES
|
||||||
|
|
||||||
reset_wndtop:
|
|
||||||
; Reset the text window top
|
; Reset the text window top
|
||||||
lda #$00
|
lda #$00
|
||||||
sta WNDTOP
|
sta WNDTOP
|
||||||
|
|||||||
Reference in New Issue
Block a user