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
2020-04-26
Kill the stateview target as it is not very useful these days and breaks a lot
Michael Pavone
2020-03-26
Fix stateview target
Michael Pavone
2019-06-24
Fix libretro and stateview targets
Michael Pavone
2019-03-20
Remove dummy controller_add_mappings definitions from vgmplay and stateview a...
Michael Pavone
2018-11-16
Small cleanup of vdp_context struct layout and removal of separately allocate...
Michael Pavone
2018-08-02
Fix a couple of default targets
Michael Pavone
2017-04-16
Force display on in stateview if given a save state with the display off
Michael Pavone
2017-01-28
Fix vgmplay and stateview targets
Michael Pavone
2017-01-24
Fix stateview and vgmplay targets
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2016-11-15
Update stateview so it builds successfully again
Michael Pavone
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