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
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
2016-12-27
Implemented Mode 4 sprite list termination
Michael Pavone
2016-12-27
Less broken Mode 4 implementation
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
Added Jaguar header missed in earlier commits
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone
2016-12-22
More cleanup in preparation for SMS/Mark III support
Michael Pavone
2016-12-19
WIP Jaguar GPU/DSP emulation
Michael Pavone
2016-12-19
Fix blastjag target
Michael Pavone
2016-12-19
Restore 68K address logging functionality
Michael Pavone
2016-12-19
Fix intermittent crash in GST savestate loading
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types in...
Michael Pavone
2016-12-14
Fix a couple of timing regressions in Z80 core
Michael Pavone
2016-12-14
Fix a subtle bug in interrupt handling introduced with the move to a single c...
Michael Pavone
2016-12-14
Fix Z80 interrupt pulse duration. Fixes inconsistent music playback speed in ...
Michael Pavone
2016-12-12
Fix to the fix of handling of self modifying code. Was ORing the base address...
Michael Pavone
2016-12-12
Fix field flag handling bug introduced with VDP/render interface cleanup
Michael Pavone
2016-12-11
Fix Z80 RAM mapping after refactor
Michael Pavone
2016-12-09
Fix the previous WIP commit. Quick tests suggests things are no more broken t...
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2016-11-28
Clean up symbol visiblity and delete a ltitle bit of dead code
Michael Pavone
2016-11-15
Update stateview so it builds successfully again
Michael Pavone
2016-11-05
Fix Jaguar video interrupt cycle calculation
Michael Pavone
2016-11-05
Fix CRY color mapping
Michael Pavone
2016-11-05
Fix implementation of scaled objects. Implement transparency flag
Michael Pavone
2016-11-05
Get Jaguar video interrupt working
Michael Pavone
2016-10-31
Better disassembly of GPU/DSP load store instructions
Michael Pavone
2016-10-31
Correct disassembly of r14/r15 relative loads and stores
Michael Pavone
2016-10-31
Get Jaguar disassembler more or less working. Dump gpu program to file when G...
Michael Pavone
2016-10-30
Initial stab at jaguar disassemler
Michael Pavone
2016-10-30
Slightly more detailed logging of unhandled register writes
Michael Pavone
2016-10-16
Fix segfault in certain games that have SRAM and ROM bankswitched at the same...
Michael Pavone
2016-10-16
Initial stab at implementing the Jaguar object processor
Michael Pavone
2016-10-12
Initial implementation of video output hardware
Michael Pavone
2016-10-08
Basic handling of video/object processor register writes
Michael Pavone
2016-10-07
Added placeholder code for video output hardware/object processor
Michael Pavone
2016-10-06
Made some optimizations to gen_mem_fun to keep the size of chunk handler sect...
Michael Pavone
2016-10-06
Fix some unresolved symbols when linking blastjag
Michael Pavone
2016-10-06
Remove hacky assumption about Genesis memory map in M68K core
Michael Pavone
2016-10-06
Byteswap ROMs in jaguar ROM loader. Handle switching memory map from writes t...
Michael Pavone
2016-10-06
Add support for specifying a reset handler in the M68K core. Adjust memory ma...
Michael Pavone
2016-10-06
Fix handling of MMAP_CODE chunks that also have MMAP_PTR_IDX set
Michael Pavone
2016-10-04
Some initial work on Atari Jaguar emulation
Michael Pavone
2016-10-04
Add a new memory map flag to support an auxilliary buffer for translating cod...
Michael Pavone
[next]