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
/
genesis.h
Age
Commit message (
Expand
)
Author
2021-03-07
Implement TMSS VDP lock
Michael Pavone
2021-02-21
Implement TMSS ROM and cart mapping register
Michael Pavone
2020-05-08
Add an event log soft flush and call it twice per frame in between hard flush...
Michael Pavone
2020-04-29
WIP netplay support
Michael Pavone
2020-03-25
Some partial work on TMSS registers, more accurate open bus locations and imp...
Michael Pavone
2019-02-16
Fix size of relocated Z80 bank register field
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2019-01-20
Implement serialization/deserialization in libretro build
Mike Pavone
2018-12-18
Allow closing VDP debug windows with the close button in the window title bar
Michael Pavone
2018-07-06
Update controller config when changed in UI without restart
Michael Pavone
2018-03-30
Randomize soft reset timing and fix silly bug that was accidentally clearing ...
Michael Pavone
2017-08-27
Save/restore mapper state in native save states
Michael Pavone
2017-08-09
New savestates are working. New config file option for selecting format state...
Michael Pavone
2017-06-23
Move I2C EEPROM and NOR Flash functions out of romdb.c into new files
Michael Pavone
2017-06-22
Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone
2017-06-07
Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone
2017-05-19
Added some code to try and prevent Z80 accesses and refresh cycles from screw...
Michael Pavone
2017-01-27
Implement soft reset in Genesis mode
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone
2016-12-19
Restore 68K address logging functionality
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