mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Fix typo
This commit is contained in:
parent
4f195d46f9
commit
627ec17b14
@ -3,7 +3,7 @@
|
||||
|
||||
.export _mono_clrscr
|
||||
|
||||
.import _momo_screen
|
||||
.import _mono_screen
|
||||
.import pusha0,pushax
|
||||
.include "extzp.inc"
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
|
||||
.proc _mono_clrscr
|
||||
|
||||
lda #<_momo_screen
|
||||
ldx #>_momo_screen
|
||||
lda #<_mono_screen
|
||||
ldx #>_mono_screen
|
||||
sta ptr7800
|
||||
stx ptr7800+1
|
||||
ldx #screenrows
|
||||
|
Loading…
Reference in New Issue
Block a user