mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-03-09 21:32:07 +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
|
DEX
|
||||||
BPL :INITPG2
|
BPL :INITPG2
|
||||||
|
|
||||||
JSR CLEAR ; Initialise VDU driver
|
JSR VDUINIT ; Initialise VDU driver
|
||||||
|
|
||||||
LDA #<:HELLO
|
LDA #<:HELLO
|
||||||
LDY #>:HELLO
|
LDY #>:HELLO
|
||||||
@ -141,5 +141,3 @@ MOSINIT LDX #$FF ; Initialize Alt SP to $1FF
|
|||||||
ASC 'Applecorn MOS v0.01'
|
ASC 'Applecorn MOS v0.01'
|
||||||
DB $0D,$0D,$00
|
DB $0D,$0D,$00
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user