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.c
Age
Commit message (
Expand
)
Author
2017-02-14
Add mising include in genesis.c so the Windows build works again
Michael Pavone
2017-02-01
Basic implementation of serial IO registers, but without actual serial IO sup...
Michael Pavone
2017-01-27
Implement soft reset in Genesis mode
Michael Pavone
2017-01-26
Added config file option to specify that RAM should be randomly initialized. ...
Michael Pavone
2017-01-22
Fix missing include that prevented building Windows version
Michael Pavone
2017-01-18
Overscan is now configurable
Michael Pavone
2017-01-15
Don't adjust cycles every frame. Only when we start getting close to UINT_MAX...
Michael Pavone
2017-01-10
Fix crash regression for games with some kind of mapper functionality
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone
2016-12-22
More cleanup in preparation for SMS/Mark III support
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-14
Fix Z80 interrupt pulse duration. Fixes inconsistent music playback speed in ...
Michael Pavone
2016-12-11
Fix Z80 RAM mapping after refactor
Michael Pavone
2016-12-09
Fix the previous WIP commit. Quick tests suggests things are no more broken t...
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone