Open TedThompson opened 1 year ago
Consider this program:
10 HGR2 : HCOLOR= 5 20 FOR I = 1 TO 199 STEP 3 30 HPLOT 100,100 TO I,10 40 NEXT
When run without the card installed, it works as expected and remains in memory.
When run with the card installed, the HGR (not HGR2) screen is shown and nothing happens.
Blindly typing TEXT and then LIST reveals the program is gone, as if one had typed NEW.
Apple IIe, enhanced, with 64k 80 col card.
VGA card in slot 3, happens with 80 col firm ware on or off.
I'll see if I can reproduce the issue in two weeks, when I'm back at my IIe.
Thanks, look forward to hearing.
BTW, when I moved it to slot 5, the issue went away and all behaved as expected.
Consider this program:
When run without the card installed, it works as expected and remains in memory.
When run with the card installed, the HGR (not HGR2) screen is shown and nothing happens.
Blindly typing TEXT and then LIST reveals the program is gone, as if one had typed NEW.
Apple IIe, enhanced, with 64k 80 col card.
VGA card in slot 3, happens with 80 col firm ware on or off.