log

age author description
Sun, 08 Sep 2013 17:25:27 -0700 Mike Pavone Re-arrange some VDP writes so that the address register gets setup properly for the FIFO-fill while still avoiding a freeze default tip
Sun, 08 Sep 2013 12:17:02 -0700 Mike Pavone Added my old sprite library I forgot to add earlier
Sun, 08 Sep 2013 12:12:41 -0700 Mike Pavone Get direct color sample working
Fri, 06 Sep 2013 19:13:46 -0700 Mike Pavone Add support for images that have already had their width cut down in direct color converter. Remove debug print statement.
Fri, 06 Sep 2013 19:09:19 -0700 Mike Pavone Add direct color DMA demo and converter
Fri, 06 Sep 2013 19:08:56 -0700 Mike Pavone Use error*count method for choosing static palette entries, not just dynamic ones
Wed, 04 Sep 2013 00:41:52 -0700 Mike Pavone Improve method for choosing line palette entries. Read number of global and dynamic colors from image binary. Go back to doing a word, longword, word pattern of writes for turning off display, doing DMA and turning it back on again to make things work correctly on the real hardware.
Tue, 03 Sep 2013 09:49:29 -0700 Mike Pavone Make number of static and dynamic colors command line arguments to img2tiles.py
Tue, 03 Sep 2013 09:37:53 -0700 Mike Pavone Initialize VDP register 0 so it works on the Mega Everdrive. Temporarily disable the sprite stuff
Tue, 03 Sep 2013 09:37:10 -0700 Mike Pavone Set dynamic colors to 8 in tiles2img
Tue, 03 Sep 2013 09:36:29 -0700 Mike Pavone Fix a bug in selecting the best match color when an exact match is unavailable. Add some more options for choosing a line palette
Tue, 03 Sep 2013 09:35:33 -0700 Mike Pavone Add dependency on BG image binary to genesis.bin
Mon, 02 Sep 2013 21:22:47 -0700 Mike Pavone Bunch of changes
Tue, 01 May 2012 20:43:25 -0700 Mike Pavone Small fixes to skeleton
Tue, 01 May 2012 17:47:00 -0700 Mike Pavone Improvements to skeleton
Tue, 01 May 2012 00:46:34 -0700 Mike Pavone Initial commit