Fix wrong screen in

This commit is contained in:
Karri Kaksonen
2022-04-18 12:12:30 +03:00
committed by mrdudz
parent 9fab67761f
commit 3954e9bccb

View File

@@ -3,7 +3,7 @@
.export _mono_clrscr .export _mono_clrscr
.import _screen .import _momo_screen
.import pusha0,pushax .import pusha0,pushax
.include "extzp.inc" .include "extzp.inc"
@@ -11,8 +11,8 @@
.proc _mono_clrscr .proc _mono_clrscr
lda #<_screen lda #<_momo_screen
ldx #>_screen ldx #>_momo_screen
sta ptr7800 sta ptr7800
stx ptr7800+1 stx ptr7800+1
ldx #screenrows ldx #screenrows