Call VDUINIT rather than CLEAR.

This commit is contained in:
Bobbi Webber-Manners 2021-08-19 16:11:53 -04:00
parent f9a5d36ffb
commit 54444bca73
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -121,7 +121,7 @@ MOSINIT LDX #$FF ; Initialize Alt SP to $1FF
DEX
BPL :INITPG2
JSR CLEAR ; Initialise VDU driver
JSR VDUINIT ; Initialise VDU driver
LDA #<:HELLO
LDY #>:HELLO
@ -141,5 +141,3 @@ MOSINIT LDX #$FF ; Initialize Alt SP to $1FF
ASC 'Applecorn MOS v0.01'
DB $0D,$0D,$00