dos33fsprogs/fireworks
2018-10-31 12:52:28 -04:00
..
background_final.png
background.png
delay_a.s fireworks: one last try at exact vapor lock 2018-09-18 23:53:58 -04:00
fireworks_orig.s
fireworks.bas
fireworks.dsk vapor_lock: update all demos with the improved code 2018-10-31 12:52:28 -04:00
fireworks.s fireworks: one last try at exact vapor lock 2018-09-18 23:53:58 -04:00
fw.s
gr_copy.s
gr_hline.s
hgline.s
hgr.s
Makefile fireworks: one last try at exact vapor lock 2018-09-18 23:53:58 -04:00
move_letters.s fireworks: one last try at exact vapor lock 2018-09-18 23:53:58 -04:00
random16.s
README
state_machine.s
TODO
vapor_lock.s vapor_lock: update all demos with the improved code 2018-10-31 12:52:28 -04:00

Apple II Cycle-Counting Fireworks demo
	by Vince "Deater" Weaver
	vince@deater.net
	http://www.deater.net/weave/vmwprod/
	
Loosely based on a BASIC program by FozzTexx

Usage:
	BRUN FIREWORKS

	press any key to toggle sound and restart

This code uses cycle counting extensively.
This is how HGR and 40x96 LORES are mixed.

HPLOT0 was made cycle-invariant, which was a pain.
HGLIN (allowing HPLOT TO) was intended to be too, but I ran out of interest.