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
/
system.h
Age
Commit message (
Expand
)
Author
2021-03-12
Add system_header.h
twinaphex
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-04-29
WIP netplay support
Michael Pavone
2020-03-27
Initial stab at VGM logging support
Michael Pavone
2019-01-20
Implement serialization/deserialization in libretro build
Mike Pavone
2018-11-19
Removed old VDP debug functionality
Michael Pavone
2018-07-06
Update controller config when changed in UI without restart
Michael Pavone
2018-05-05
Refactor to split device bindings from IO emulation code
Michael Pavone
2017-11-24
Fix genesis save state loading via Nuklear UI, sms probably still needs work
Michael Pavone
2017-08-23
Allow reloading current ROM with a hotkey (default F5) and allow locking on a...
Michael Pavone
2017-08-16
Added save states to SMS emulation
Michael Pavone
2017-01-27
Implement soft reset in Genesis mode
Michael Pavone
2017-01-25
Use filename for game title in SMS mode
Michael Pavone
2017-01-04
Don't lock up CPU if performing a read with writes configured when in PBC mod...
Michael Pavone
2017-01-02
Detect system type from filename if header based methods fail. Allow overridi...
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