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
/
gst.c
Age
Commit message (
Expand
)
Author
2020-02-27
Make VDP VSRAM capacity respect model selection
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2017-08-09
write_cram_internal takes a CRAM index, not a CRAM address
Michael Pavone
2017-08-09
New savestates are working. New config file option for selecting format state...
Michael Pavone
2017-04-26
Small tweak to how SAT cache updates are done. Mostly fixes the rotating cube...
Michael Pavone
2017-04-21
Fairly major rework of how active/passive is handled along with how the V30 m...
Michael Pavone
2017-01-17
Update gst loader to deal with VDP changes
Michael Pavone
2016-12-27
Somewhat broken implementation of Mode 4
Michael Pavone
2016-12-19
Fix intermittent crash in GST savestate loading
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types in...
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2016-08-22
Cleanup the separation of render backend and VDP code in preparation for havi...
Michael Pavone
2016-05-02
Fix GST savestate loading to deal with SAT cache to fix sprite corruption on ...
Michael Pavone
2016-04-18
Fixed loading save states from menu
Michael Pavone
2016-04-17
Save State menu option is now fully functional. Load state sort of works, but...
Michael Pavone
2015-07-20
Full support for Sega mapper when it comes to data. Code in remapped sections...
Michael Pavone
2015-05-14
Small horizontal interrupt fixes
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone