From ec0595ad2834c60105a0d9e319d6d0b61d7e67d3 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Thu, 19 Jun 2025 19:51:22 +0200 Subject: [PATCH] Remove useless code LOSCR is a valid and safe softswitch on any Apple II. Thanks Oliver S! --- libsrc/apple2/tgi/a2.hi.s | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libsrc/apple2/tgi/a2.hi.s b/libsrc/apple2/tgi/a2.hi.s index 27c494421..0398701eb 100644 --- a/libsrc/apple2/tgi/a2.hi.s +++ b/libsrc/apple2/tgi/a2.hi.s @@ -222,14 +222,9 @@ DONE: bit TXTSET bit LOWSCR - .ifndef __APPLE2ENH__ - bit machinetype - bpl reset_wndtop - .endif ; Limit SET80COL-HISCR to text bit LORES -reset_wndtop: ; Reset the text window top lda #$00 sta WNDTOP