seppuku turbo mode
This commit is contained in:
BIN
Binary file not shown.
+5
-3
@@ -1376,9 +1376,10 @@ EndOfTypeLine4x4
|
|||||||
|
|
||||||
mva #20 fs ; temp, how many times blink the billboard
|
mva #20 fs ; temp, how many times blink the billboard
|
||||||
seppuku_loop
|
seppuku_loop
|
||||||
lda fs
|
lda CONSOL ; turbo mode
|
||||||
and #$01
|
cmp #6 ; START
|
||||||
sta plot4x4color
|
sne:mva #1 fs ; finish it
|
||||||
|
|
||||||
mva #4 ResultY ; where seppuku text starts Y-wise on the screen
|
mva #4 ResultY ; where seppuku text starts Y-wise on the screen
|
||||||
|
|
||||||
;top frame
|
;top frame
|
||||||
@@ -1419,6 +1420,7 @@ seppuku_loop
|
|||||||
dec fs
|
dec fs
|
||||||
jne seppuku_loop
|
jne seppuku_loop
|
||||||
|
|
||||||
|
quit_seppuku
|
||||||
;restore vars
|
;restore vars
|
||||||
mva yc Ydraw
|
mva yc Ydraw
|
||||||
mwa xk Xdraw
|
mwa xk Xdraw
|
||||||
|
|||||||
Reference in New Issue
Block a user