seppuku turbo mode

This commit is contained in:
2022-05-27 21:26:18 -04:00
parent a721b82944
commit a425500d4e
2 changed files with 5 additions and 3 deletions
BIN
View File
Binary file not shown.
+5 -3
View File
@@ -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