Re-enable alt charset. Turn off on *QUIT.

This commit is contained in:
Bobbi Webber-Manners 2021-10-27 09:26:10 -04:00
parent 200d1123f1
commit 400b02094c
4 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -191,7 +191,7 @@ BYTE00 BEQ BYTE00A ; OSBYTE 0,0 - generate error
RTS ; %000x1xxx host type, 'A'pple
BYTE00A BRK
DB $F7
HELLO ASC 'Applecorn MOS 2021-10-25'
HELLO ASC 'Applecorn MOS 2021-10-27'
DB $00 ; Unify MOS messages

View File

@ -604,7 +604,7 @@ VDU22 LDA VDUQ+8
STA $C00C,X ; Select 40col/80col
STA $C051 ; Enable Text
STA $C055 ; PAGE2
* STA $C00F ; Enable alt charset
STA $C00F ; Enable alt charset
* Fall through into CLS

View File

@ -867,6 +867,7 @@ CHKNOTFND CMP #$44 ; Convert ProDOS 'not found'
* Quit to ProDOS
QUIT INC $3F4 ; Invalidate powerup byte
STA $C054 ; PAGE2 off
STA $C00E ; Turn off alt charset
JSR MLI
DB QUITCMD
DW QUITPL