mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Fix wrong screen in
This commit is contained in:
parent
b195c10a4c
commit
53337f8171
@ -3,7 +3,7 @@
|
||||
|
||||
.export _mono_clrscr
|
||||
|
||||
.import _screen
|
||||
.import _momo_screen
|
||||
.import pusha0,pushax
|
||||
.include "extzp.inc"
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
|
||||
.proc _mono_clrscr
|
||||
|
||||
lda #<_screen
|
||||
ldx #>_screen
|
||||
lda #<_momo_screen
|
||||
ldx #>_momo_screen
|
||||
sta ptr7800
|
||||
stx ptr7800+1
|
||||
ldx #screenrows
|
||||
|
Loading…
x
Reference in New Issue
Block a user