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
Age
Commit message (
Expand
)
Author
2017-01-16
Added synthetic test for tracking down interrupt timing issues
Michael Pavone
2017-01-16
Fix some timing inconsistencies in H40 mode. Added some ifdefed timing debug ...
Michael Pavone
2017-01-15
Don't adjust cycles every frame. Only when we start getting close to UINT_MAX...
Michael Pavone
2017-01-15
Rework how inactive lines are handled. Fix H40 cycle increment in slot 182
Michael Pavone
2017-01-15
Fix benchmark mode
Michael Pavone
2017-01-15
Initial work on emulating top and bottom border area
Michael Pavone
2017-01-10
Fix GDB remote protocol support
Michael Pavone
2017-01-10
Fix crash regression for games with some kind of mapper functionality
Michael Pavone
2017-01-10
Restore functionality of the -D flag for GDB remote debugging
Michael Pavone
2017-01-09
Fix disagreement on line change location between vdp_h32_mode4 and vdp_run_co...
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-08
A bunch of Mode 4 fixes
Michael Pavone
2017-01-08
Update H32 and Mode 4 mappings based on latest tests
Michael Pavone
2017-01-08
Fix decoding of undocumented Z80 instruction out (c), 0
Michael Pavone
2017-01-07
Adjust analyze_olp SAT address to match testpattern values rather than Space ...
Michael Pavone
2017-01-06
Fix H40 slot mapping to better match old VRAM bus captures and adjust for rec...
Michael Pavone
2017-01-05
Clear sprite overflow flag when control port read. Fix vcounter progression i...
Michael Pavone
2017-01-05
Fix Mode 4 sprite collision flag
Michael Pavone
2017-01-05
Implemented Mode 4 H conter latching
Michael Pavone
2017-01-05
BlastEm now passes all of the tests on the first page of "Megadrive VDP Test"...
Michael Pavone
2017-01-04
Fix to pass a couple more tests in VDPTEST.sms
Michael Pavone
2017-01-04
Fix some issues with VDP interface in Mode 4/PBC mode
Michael Pavone
2017-01-04
Display both byte and word pending values to better reflect VDP pending state...
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 implementation of Z80 HALT instruction
Michael Pavone
2017-01-03
Add support for SMS controllers
Michael Pavone
2017-01-03
Fix RAM flag offset calculation to take into account the existence of non-wri...
Michael Pavone
2017-01-03
Increment TH counter on low to high transitions rather than high to low trans...
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
2017-01-02
Detect system type from filename if header based methods fail. Allow overridi...
Michael Pavone
2017-01-02
Old uncommitted fix for Android build
Michael Pavone
2017-01-02
Fix Mode 4 sprite table Y scan to account for VRAM byte swapping
Michael Pavone
2017-01-01
Fix slot tracking screwup
Michael Pavone
2017-01-01
Fix horizontal scrolling in Mode 4
Michael Pavone
2017-01-01
Update Mode 4 rendering to match logic analyzer captures
Michael Pavone
2017-01-01
Fix a bug in hslot advancement in Mode 4. Fix some of the "inactive_start" ca...
Michael Pavone
2017-01-01
Make Mode 4 sprite rendering a little less broken
Michael Pavone
2017-01-01
Fix rendering of BG color index 0 in Mode 4. Only transparent with respect to...
Michael Pavone
2017-01-01
Partial fix for Z80 debugger brokeness introduced with stack alignment changes
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
Detect failures to initialize a system context and report an error rather tha...
Michael Pavone
2016-12-27
Fix Mode 4 color mapping
Michael Pavone
2016-12-27
Clear interrupt status flags after getting the status register value rather t...
Michael Pavone
2016-12-27
Brighten up Mode 4 colors
Michael Pavone
2016-12-27
The function of the HVC Latch enable bit in mode register 1 is different when...
Michael Pavone
2016-12-27
Fix inactive start line for Mode 4 in vdp_next_hint. Fix an off by one error ...
Michael Pavone
[next]