1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 08:25:28 +00:00
This commit is contained in:
Karri Kaksonen
2022-04-18 12:26:21 +03:00
parent 20ce50e8db
commit 33f12acbc9

View File

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