... and more (memory) ...

This commit is contained in:
Pecusx
2023-01-25 15:13:57 +01:00
parent 70788e772e
commit 00d386e73f
3 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.