ooze32: hard to keep in sync

This commit is contained in:
Vince Weaver 2023-01-26 11:38:47 -05:00
parent a9935044fe
commit a47b58003c
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,10 @@
; Ooze32
; interesting looking effect found accidentally
; when trying to do something else
; by Vince `deater` Weaver <vince@deater.net>
; zero page
GBASL = $26
GBASH = $27
@ -28,7 +33,6 @@ HPOSN = $F411 ; (Y,X),(A) (values stores in HGRX,XH,Y)
WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
;================================
; Clear screen and setup graphics
;================================