dos33fsprogs/demos/xmas_2018
Vince Weaver 2f79555324 xmas2018: fix Makefile
it ended up broken a long time ago when moving things around
2023-08-21 17:07:11 -04:00
..
music re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
Makefile xmas2018: fix Makefile 2023-08-21 17:07:11 -04:00
README demos: more work 2021-01-05 22:52:10 -05:00
ball.bmp re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
ball.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
ball_text.bmp 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
gr_fast_clear.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
gr_offsets.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
gr_putsprite.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
gr_scroll.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
greets.inc re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
greets.raw.lz4 re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
hardware.inc re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
hello.bas re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
lz4_decode.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
make_table.c re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
merry.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
merry.s.orig re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
merry_christmas.png re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
mockingboard.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
music.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
notes re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
play_music.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
reflection.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
rts.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
scroll.table re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
sprites.inc re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
sprites.png 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
wait_keypress.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
wreath.bmp re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
wreath.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
xmas2018.dsk re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
xmas2018.s re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
zp.inc re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00

README

XMAS2018 -- hgr advent/xmas demo

	sorry for the music quality

total size:
	Demo code:	5k
	MUSIC.lz4:	1k
	ball.img:	8k
	merry.img.lz4:	3k
	wreath.img.lz4:	4k
		============
			21k


Memory Map:

	00	Zero Page
	01	Stack
	02-03	Reserved
	04-07	GR PAGE0
	08-0b	GR PAGE1 (scroll text)
	0c-1f	CODE	(5k)
	20-3f	HGR PAGE0 (wreath)
	40-5f	HGR PAGE1 (ball)
	60-7f	(merry)
	80-9f	(music)
	a0-bf	(music)
	c0-ff	RESERVED/ROM

SIZE:
	3903	-- 12/18
	3647	-- use LZ4 encryption on scroll text
	3903	-- add in support for all 5 candles
	3647	-- make sprites non-transparent
	3903	-- turn all flames back on
	3853	-- stop padding filenames