index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stateview.c
Age
Commit message (
Expand
)
Author
2016-05-11
Initial stab at Saturn keyboard support
Michael Pavone
2016-04-24
Add a trivial get_open_bus_value() function to stateview so it compiles again.
Michael Pavone
2016-04-18
Fixed loading save states from menu
Michael Pavone
2016-04-16
Get stateview building again
Michael Pavone
2016-02-16
Make stateview and vgmplay compile again
Michael Pavone
2015-07-26
Finish OS X support in build_release script. Fix a name conflict in vgmplay o...
Michael Pavone
2015-07-26
Fix missing includes of util.h
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-07-21
Fix stateview build and fix Makefile to use /bin/echo since builtin echo does...
Michael Pavone
2015-05-20
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Michael Pavone
2015-05-13
Get save state viewer compiling again
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-09-10
Fix stateview. Update "all" target in Makefile.
Mike Pavone
2013-06-29
Add support for loading GST format savestates
Mike Pavone
2013-05-11
Remove z80_ram reference in SDL renderer to get stateview compiling again. Pr...
Mike Pavone
2012-12-21
Implement DMA (untested)
Mike Pavone
2012-12-09
Add debug render mode and fix vertical flip bit for bg tiles
Mike Pavone
2012-12-08
Add support for simple resolution scaling
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone