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
2021-03-12
Stop loading at the end of a file
Adrien Plazas
2021-03-07
Add TMSS state to save states
Michael Pavone
2021-03-07
Implement TMSS VDP lock
Michael Pavone
2021-02-21
Implement TMSS ROM and cart mapping register
Michael Pavone
2021-02-20
Make ui.enter_debuger respect which debuger is active
Michael Pavone
2021-02-10
Implement serial IO, a generic serial device type and external interrupts
Michael Pavone
2020-11-24
Backed out changeset 96971b673f51
Michael Pavone
2020-11-01
Small improvement to refresh cycle approximation
Mike Pavone
2020-06-28
Enter debugger when a VDP data port read would cause a CPU lockup
Mike Pavone
2020-06-01
Fix handling of unmapped reads/writes to the cart/expansion port region
Mike Pavone
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-05-08
Add an event log soft flush and call it twice per frame in between hard flush...
Michael Pavone
2020-05-01
Properly initialize Genesis reset cycle on startup. Fixes crash in GDB remote...
Michael Pavone
2020-04-29
WIP netplay support
Michael Pavone
2020-04-18
WIP new sync mode that runs emulation on audio thread
Michael Pavone
2020-04-16
Update libretro target to use render_audio shared audio code
Mike Pavone
2020-04-02
Don't lockup on writes to !TIME or !FDC regions regardless of whether anythin...
Michael Pavone
2020-04-02
Reading from Z80 bus when Z80 is not bus requested should return open bus. Fi...
Michael Pavone
2020-03-27
Initial stab at VGM logging support
Michael Pavone
2020-03-25
Some partial work on TMSS registers, more accurate open bus locations and imp...
Michael Pavone
2020-02-27
Make VDP VSRAM capacity respect model selection
Michael Pavone
2020-02-26
Implement selectable YM2612/YM3834 invalid status port behavior
Michael Pavone
2020-02-24
Fix YM2612 busy flag timing
Michael Pavone
2020-02-16
Set version reg and TAS behavior based on model config
Michael Pavone
2019-09-21
Report more accurate frame and sample rates to frontend in libretro target
Michael Pavone
2019-08-19
Only do full sync on VDP data port reads instead of all VDP port reads, provi...
Michael Pavone
2019-06-24
Fix accuracy bugs used by Novedicus to detect BlastEm/Exodus
Michael Pavone
2019-04-23
Don't print out a message when saving a state to the serialization pseudo-slot
Michael Pavone
2019-04-23
16-bit wide save RAM is stored in memory byteswapped for performance reasons,...
Michael Pavone
2019-03-24
Optionally emulate the offset around zero in the imperfect DAC of a discrete ...
Michael Pavone
2019-03-23
Configurable gain for overall output and individual components
Michael Pavone
2019-02-20
Fix Z80 interrupts in Gen/MD mode when using new core. Disable CPU debug log ...
Michael Pavone
2019-02-12
Integration of new Z80 core is sort of working now
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-11-11
Make sure M68K sync and target cycles are updated after loading a savestate. ...
Mike Pavone
2018-11-04
WIP new VDP plane debug view and support for detached VDP debug views generally
Michael Pavone
2018-08-14
Added J-Cart support
Michael Pavone
2018-07-06
Update controller config when changed in UI without restart
Michael Pavone
2018-06-28
Fix a number of other memory errors (mostly leaks again) identified by valgrind
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-05-05
Refactor to split device bindings from IO emulation code
Michael Pavone
2018-05-01
Release capture of mouse and keyboard when entering UI
Michael Pavone
2018-04-14
Audio DRC now sounds good in both NTSC and PAL, just need to adjust constants...
Michael Pavone
2018-04-02
Fix Z80 bank access for $800000-$A00000 region for 10M flat mapped ROMs
Michael Pavone
2018-03-30
Randomize soft reset timing and fix silly bug that was accidentally clearing ...
Michael Pavone
2018-03-30
More audio refactoring in preparation for allowing proper sync to video with ...
Michael Pavone
[next]