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
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
2018-03-28
Small cleanup to audio interface between emulation code and renderer backend
Michael Pavone
2018-03-24
Merge
Michael Pavone
2018-01-31
Made the NOR flash emulation a bit more flexible, but not yet flexible enough...
Michael Pavone
2017-11-24
Fix genesis save state loading via Nuklear UI, sms probably still needs work
Michael Pavone
2017-11-24
Refactored save slot related logic to reduce duplication and allow reuse in n...
Michael Pavone
2017-10-19
Implemented Z80 IM 2 and attempted correct intack cycle delay
Michael Pavone
2017-08-29
Make initial bank register state stored in bank_regs match what is put in to ...
Michael Pavone
2017-08-29
Fix savestate path calculation in genesis load_state
Michael Pavone
2017-08-28
Save and restore Z80 bank register in native save states
Michael Pavone
2017-08-27
Save/restore mapper state in native save states
Michael Pavone
2017-08-24
Allow actually saving a save state in more Z80 states. Save busreq/reset stat...
Michael Pavone
2017-08-16
Added save states to SMS emulation
Michael Pavone
2017-08-09
New savestates are working. New config file option for selecting format state...
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-06-26
Fix DMA from byte-wide SRAM
Michael Pavone
2017-06-24
Support a couple of bootleg X-in-1 carts
Michael Pavone
2017-06-23
Move I2C EEPROM and NOR Flash functions out of romdb.c into new files
Michael Pavone
2017-06-15
Properly release and reacquire framebuffer pointer when switching contexts. H...
Michael Pavone
2017-06-07
Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone
2017-05-28
Implemented SMS pause button
Michael Pavone
2017-05-23
Go back to resetting the refresh counter after a DMA. Probably not quite corr...
Michael Pavone
2017-05-23
Fixed regression from VDP sync changes. Direct color DMA demos are now achiev...
Michael Pavone
2017-05-23
Attempt at improving refresh emulation
Michael Pavone
2017-05-23
Remove HINT_FUDGE and make a small adjustment to how VDP syncs with rest of s...
Michael Pavone
2017-05-19
Added some code to try and prevent Z80 accesses and refresh cycles from screw...
Michael Pavone
2017-05-08
Implemented slow rise time of IO pins set as inputs, but not driven by device...
Michael Pavone
2017-04-26
Small tweak to how SAT cache updates are done. Mostly fixes the rotating cube...
Michael Pavone
2017-04-21
Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...
Michael Pavone
2017-04-16
Initial work on handling the 128KB VRAM mode bit and some basic prep work for...
Michael Pavone
2017-04-15
Fix copy pasta error in handling of Z80 VDP port reads. HV counter reads are ...
Michael Pavone
2017-03-30
YM2612 should also be reset on system soft reset
Michael Pavone
2017-03-30
Reset YM2612 whenver the Z80 is reset. Fixes issue with stuck notes in Fantas...
Michael Pavone
2017-03-28
Fix exit trace mode edge case. Call do_sync if trace mode bit is changed in e...
Michael Pavone
2017-03-28
Implemented M68K trace mode. Some edge cases/SR update paths still need work
Michael Pavone
[next]