summaryrefslogtreecommitdiff
path: root/stateview.c
AgeCommit message (Collapse)Author
2020-04-26Kill the stateview target as it is not very useful these days and breaks a lotMichael Pavone
2020-03-26Fix stateview targetMichael Pavone
2019-06-24Fix libretro and stateview targetsMichael Pavone
2019-03-20Remove dummy controller_add_mappings definitions from vgmplay and stateview ↵Michael Pavone
as controller_info.o has been added to RENDEROBJS in the Makefile
2018-11-16Small cleanup of vdp_context struct layout and removal of separately ↵Michael Pavone
allocated buffers
2018-08-02Fix a couple of default targetsMichael Pavone
2017-04-16Force display on in stateview if given a save state with the display offMichael Pavone
2017-01-28Fix vgmplay and stateview targetsMichael Pavone
2017-01-24Fix stateview and vgmplay targetsMichael Pavone
2016-12-22Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ↵Michael Pavone
useful.
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. ↵Michael Pavone
Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
2016-11-15Update stateview so it builds successfully againMichael Pavone
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