Commit Graph

8 Commits

Author SHA1 Message Date
Vince Weaver
b77a08de38 snes: fix sprite copy routine
urgh the 8/16 bit rep/sep strikes again
2013-01-21 12:05:57 -05:00
Vince Weaver
50596ea3b4 snes: Start adding some sprite code
This includes some common sprite clearing code in svmwgraph
2013-01-21 11:49:17 -05:00
Vince Weaver
44d5009a61 snes: have both opening screen and title screen come up 2013-01-19 02:09:55 -05:00
Vince Weaver
53609b2226 snes: opening has right colors 2013-01-19 01:58:58 -05:00
Vince Weaver
2c190bd88c snes: have opening splash partially implemented 2013-01-19 00:20:13 -05:00
Vince Weaver
3ecc15c4a0 snes: Move title_screen out to a module 2013-01-17 21:37:27 -05:00
Vince Weaver
80dc74f5d9 snes: use mode 3 for title screen
For some reason was using mode 4, but that has crazy offset mode
which was doing weird things on some of the emulators.
2013-01-16 22:56:34 -05:00
Vince Weaver
78c0113545 snes: checksum working
Finally got the checksum working.  I had the checksum/complement
fields reversed somehow.
2013-01-16 21:49:25 -05:00