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
/
sms.c
Age
Commit message (
Expand
)
Author
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-04-18
WIP new sync mode that runs emulation on audio thread
Michael Pavone
2020-02-27
Make VDP VSRAM capacity respect model selection
Michael Pavone
2019-03-23
Configurable gain for overall output and individual components
Michael Pavone
2019-02-19
Store sync_cycle in context rather than in a local in CPU DSL. Fix the timing...
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
2019-01-20
Fixed the most glaring issues in libretro build
Mike Pavone
2018-11-19
Removed old VDP debug functionality
Michael Pavone
2018-11-16
Small cleanup of vdp_context struct layout and removal of separately allocate...
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
2018-03-30
More audio refactoring in preparation for allowing proper sync to video with ...
Michael Pavone
2018-03-28
Small cleanup to audio interface between emulation code and renderer backend
Michael Pavone
2017-11-25
Get SMS savestates working in Nuklear UI
Michael Pavone
2017-11-24
Refactored save slot related logic to reduce duplication and allow reuse in n...
Michael Pavone
2017-08-16
Added save states to SMS emulation
Michael Pavone
2017-06-15
Properly release and reacquire framebuffer pointer when switching contexts. H...
Michael Pavone
2017-05-31
Added stub load_save and persist_save functions to SMS system so that we don'...
Michael Pavone
2017-05-29
Update SMS code for changes supporting slow rise time emulation in IO code
Michael Pavone
2017-05-28
Implemented SMS pause button
Michael Pavone
2017-05-23
Remove HINT_FUDGE and make a small adjustment to how VDP syncs with rest of s...
Michael Pavone
2017-04-21
Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...
Michael Pavone
2017-01-27
Implement SMS hardware soft reset (note only available on real hardware on th...
Michael Pavone
2017-01-25
Use filename for game title in SMS mode
Michael Pavone
2017-01-18
Overscan is now configurable
Michael Pavone
2017-01-08
Forgot that the expansion to 32-bit values for 16-bit addresses is not done w...
Michael Pavone
2017-01-05
Implemented Mode 4 H conter latching
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-03
Fix reading from second controller port in SMS mode
Michael Pavone
2017-01-03
Fix handling of IO control writes in SMS mode
Michael Pavone
2017-01-02
Invalidate translated code on a cartridge bank change in SMS mode. Fix handli...
Michael Pavone
2017-01-02
Initial support for Sega's family of SMS mappers
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-12-28
Enabled Z80 debugger in PBC mode
Michael Pavone
2016-12-27
Clear interrupt status flags after getting the status register value rather t...
Michael Pavone
2016-12-27
Somewhat broken implementation of Mode 4
Michael Pavone
2016-12-22
Fix clearing of interrupt pending flags on control port read in PBC mode
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone