dos33fsprogs/demos/fireworks
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00
..
background_final.png re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
background.png re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
delay_a.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
fireworks_orig.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
fireworks.bas re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
fireworks.dsk re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
fireworks.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
fw.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
gr_copy.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
gr_hline.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
hgline.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
hgr.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
Makefile re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
move_letters.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
random16.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
README re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
state_machine.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
TODO re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
vapor_lock.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05: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.