summaryrefslogtreecommitdiff
path: root/stateview.c
AgeCommit message (Collapse)Author
2016-05-11Initial stab at Saturn keyboard supportMichael Pavone
2016-04-24Add a trivial get_open_bus_value() function to stateview so it compiles again.Michael Pavone
2016-04-18Fixed loading save states from menuMichael Pavone
2016-04-16Get stateview building againMichael Pavone
2016-02-16Make stateview and vgmplay compile againMichael Pavone
2015-07-26Finish OS X support in build_release script. Fix a name conflict in vgmplay ↵Michael Pavone
on OS X. Call set_exe_str in vgmplay and stateview
2015-07-26Fix missing includes of util.hMichael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ↵Michael Pavone
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
2015-07-21Fix stateview build and fix Makefile to use /bin/echo since builtin echo ↵Michael Pavone
does not always support -e
2015-05-20Upgrade to SDL 2.0 and drop support for the non-OpenGL render pathMichael Pavone
2015-05-13Get save state viewer compiling againMichael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-09-10Fix stateview. Update "all" target in Makefile.Mike Pavone
2013-06-29Add support for loading GST format savestatesMike Pavone
2013-05-11Remove z80_ram reference in SDL renderer to get stateview compiling again. ↵Mike Pavone
Print out the sprite list in stateview.
2012-12-21Implement DMA (untested)Mike Pavone
2012-12-09Add debug render mode and fix vertical flip bit for bg tilesMike Pavone
2012-12-08Add support for simple resolution scalingMike Pavone
2012-12-08Mostly broken VDP core and savestate viewerMike Pavone