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
2013-05-21
Finish SRAM support for games without a SEGA mapper
Mike Pavone
2013-05-21
Support for SRAM with SEGA mapper. Half-finished support for SRAM without SEG...
Mike Pavone
2013-05-21
Refactor code gen for read/write functions
Mike Pavone
2013-05-21
Fix some minor copy pasta bugs that resulted in an unnecessary REX prefix bei...
Mike Pavone
2013-05-21
m68k_trap is now replaced with a generated one so it can call the generated m...
Mike Pavone
2013-05-21
Generate handle_cycle_limit_int at runtime so it can refer to the runtime gen...
Mike Pavone
2013-05-19
Fix a region detection bug
Mike Pavone
2013-05-19
Don't sync the 68K clock to the VDP clock unless the 68K had to wait for the ...
Mike Pavone
2013-05-19
Handle busack across frame boundary
Mike Pavone
2013-05-18
Mostly working runtime generation of memory map read/write functions
Mike Pavone
2013-05-16
Get frame time correct and frame rate sort of correct for EUR region
Mike Pavone
2013-05-15
Support regions other than USA
Mike Pavone
2013-05-15
Set window title based on ROM header name
Mike Pavone
2013-05-15
Increase sample size for min_delay
Mike Pavone
2013-05-15
Re-enable frame limit, but add a command line flag to disable it
Mike Pavone
2013-05-15
Fix background color regsiter number
Mike Pavone
2013-05-14
Fix a stupid bug in z80 busreq acknowledge delay code and make some small imp...
Mike Pavone
2013-05-14
Some Z80 interrupt fixes
Mike Pavone
2013-05-14
Only latch video mode at the very beginning of the frame to avoid problems wi...
Mike Pavone
2013-05-14
Update Z80 vint timing
Mike Pavone
2013-05-14
Update hv counter calculation for clock wonkiness
Mike Pavone
2013-05-14
Fixup VINT cycle and HBLANK flag for the previous timing fixes
Mike Pavone
2013-05-13
Initial stab at implementing funky clock adjustments during HSYNC for H40 mode
Mike Pavone
2013-05-13
Implement first line/last line weirdness in VDP
Mike Pavone
2013-05-13
Fewer magic numbers in the VDP core for the win
Mike Pavone
2013-05-13
Added some basic VDP debugging features to debugger. Fixed DMA enable bug
Mike Pavone
2013-05-13
Added more 68K test cases
Mike Pavone
2013-05-12
Fixed decoding of CHK destination
Mike Pavone
2013-05-12
Fix retrun address calculation for CHK exceptions
Mike Pavone
2013-05-11
Properly mask sprite X and Y coordinates
Mike Pavone
2013-05-11
Remove z80_ram reference in SDL renderer to get stateview compiling again. Pr...
Mike Pavone
2013-05-11
Don't update interrupt mask on non-interrupt exceptions
Mike Pavone
2013-05-11
Fix check for code writes
Mike Pavone
2013-05-11
Port instruction retranslation improvements from Z80 core to M68K core
Mike Pavone
2013-05-10
Implement hblank flag in status register
Mike Pavone
2013-05-10
Initial stab at horizontal interrupts and improving accuracy of vertical inte...
Mike Pavone
2013-05-09
Add YM2612 stubs to transz80
Mike Pavone
2013-05-09
Fix return address for RST
Mike Pavone
2013-05-09
Show absolute addresses for JR, JRCC and DJNZ in Z80 disassembler
Mike Pavone
2013-05-09
Fix terminal instruction detection in disassembler
Mike Pavone
2013-05-09
Properly handle instructions that use boty IYH and IYL
Mike Pavone
2013-05-09
Set the N flag to the correct value for DEC instructions
Mike Pavone
2013-05-09
Implement carry flag for shift instructions. Implement weird behavior for bit...
Mike Pavone
2013-05-09
Correctly set the N flag for SBC
Mike Pavone
2013-05-09
Deal with the fact that there's no 8-bit version of the BT family of instruct...
Mike Pavone
2013-05-08
Complete flag behavior for Z80 BIT instruction
Mike Pavone
2013-05-08
Properly handle negative displacements in Z80 core
Mike Pavone
2013-05-08
Contrary to the official documenation, OR and AND also set PV based on parity...
Mike Pavone
2013-05-08
Set PV flag based on parity, not overflow for XOR
Mike Pavone
2013-05-08
BIT was setting the zero flag to the opposite of what it should have. This is...
Mike Pavone
[prev]
[next]