Commit Graph

8 Commits

Author SHA1 Message Date
53cd4ab7e5 video: first signs of life
The video code now writes out a bmp file per-frame. With this patch
applied, the Nintendo logo is rendered in each frame.

There is still plenty of work to be done. Pretty much everything is
hardcoded to make the bootrom work.
2018-07-20 20:08:15 -07:00
447276d029 boot_test: updates for changes to breakpoints
Because now they actually stop in the correct place.

Also, some other fixups because I'm too lazy to properly split patches
for a personal project.
2018-07-09 02:36:20 +00:00
213c08fa18 gbdb: remove some conditionals from mem_read()
By reading directly from a "RAM" array, and copying in the cart data
over the old bootrom.

Also, some other fixups because I'm too lazy to properly split patches
for a personal project.
2018-07-09 02:34:24 +00:00
a4df6411ca Update boot test to check registers on completion of boot 2018-06-17 14:34:09 -07:00
d20d929335 test: add assertions during video init 2018-02-19 06:52:21 +00:00
bd95e66280 fixup whitespace 2018-02-19 05:41:26 +00:00
9b69088b35 pushing to dev 2018-02-18 12:51:10 -08:00
92f9ef591b gbdb: add scripting features for automatic testing 2018-01-01 16:50:14 -08:00