mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-03-09 05:32:09 +00:00
Call VDUINIT rather than CLEAR.
This commit is contained in:
parent
f9a5d36ffb
commit
54444bca73
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user