mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
... and more (memory) ...
This commit is contained in:
+5
-1
@@ -2197,7 +2197,11 @@ ybarrel
|
|||||||
.proc PMoutofScreen
|
.proc PMoutofScreen
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
lda #$00 ; let all P/M disappear
|
lda #$00 ; let all P/M disappear
|
||||||
:8 sta hposp0+#
|
ldy #7
|
||||||
|
@ sta hposp0,y
|
||||||
|
dey
|
||||||
|
bpl @-
|
||||||
|
;:8 sta hposp0+# ; optimized... but Y!
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user