Nice, 2023 is the year for me to get back into this myself.
Finish my pure tile snake game and get the Spin Pac Dizzy prototype finished.
Finish my pure tile snake game and get the Spin Pac Dizzy prototype finished.
arlasoft said:Wondering if there's anything similar out there for the Galaxian hardware, I like the idea of more sprites to throw around....
arlasoft said:Nice - changing sprite registers mid-frame?
Hurray Banana said:arlasoft said:Nice - changing sprite registers mid-frame?
No the hardware doesn't support that style of multiplexing, one shot deal. You have to use an interlacing update of the sprite registers
I placed sprite 63 on the screen and manually just edited the last 64 bytes of the ROM into random numbers (seemed like the quickest way to test it) and all that was black became transparent, and I tried that with the first 32 palettes - many of which are all black ... and I didn't get the result I wanted.What happens if you choose one of the all black pallettes, does it still show pen 0 as transparent, or are all the pens when black rendered transparently?
If not then you could build a single sprite tile using pen 1, 2 or 3 and select one of the all black pallettes.