diff --git a/applecorn.po b/applecorn.po index c1c2a83..b6ee8b8 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.init.s b/auxmem.init.s index 068f83b..fb62540 100644 --- a/auxmem.init.s +++ b/auxmem.init.s @@ -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 diff --git a/auxmem.vdu.s b/auxmem.vdu.s index b17c456..1125b8e 100644 --- a/auxmem.vdu.s +++ b/auxmem.vdu.s @@ -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 diff --git a/mainmem.svc.s b/mainmem.svc.s index c56f8b9..b0ec352 100644 --- a/mainmem.svc.s +++ b/mainmem.svc.s @@ -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