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
2015-05-20
Add some tests for hint timing and fix it properly this time.
Michael Pavone
2015-05-20
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Michael Pavone
2015-05-20
Update vscroll latch implementation to be more in line with what Eke-Eke has ...
Michael Pavone
2015-05-19
Small correction to VBLANK flag timing. Fixed some inconsistencies in interru...
Michael Pavone
2015-05-17
Make sure z80_save_reg does nothing when there is no register in the reg fiel...
Michael Pavone
2015-05-17
Call z80_handle_deferred after generating an insruction handler so that instr...
Michael Pavone
2015-05-17
Fix VDP status register PAL bit based on observations of the Titan Overdrive ...
Michael Pavone
2015-05-17
Don't overwrite an instruction offset mapping with an extension word value. I...
Michael Pavone
2015-05-17
Fix crash bug in Z80 interpreter
Michael Pavone
2015-05-16
Adjust H32 vint slot in response to latest test ROM data
Michael Pavone
2015-05-16
First pass at emulating a vscroll latch. Titan's Overdrive demo seems to depe...
Michael Pavone
2015-05-16
Fix trans so it compiles again
Michael Pavone
2015-05-14
Small horizontal interrupt fixes
Michael Pavone
2015-05-14
Sync machine state before entering debugger
Michael Pavone
2015-05-13
Fix problem with removing breakpoints
Michael Pavone
2015-05-13
Add description of cd register value to vr debugger command
Michael Pavone
2015-05-13
Properly print equ for named labels that point outside the cartridge area in ...
Michael Pavone
2015-05-13
Get save state viewer compiling again
Michael Pavone
2015-05-12
Save PC to context struct when syncing Z80 at instruction start. This fixes s...
Michael Pavone
2015-05-11
Remove/comment verbose logging added for tracking down sync bug
Michael Pavone
2015-05-11
Tiny cleanup
Michael Pavone
2015-05-11
Fix frame counter increment and VINT cycle time calculation
Michael Pavone
2015-05-11
Fixed a missed call to do_sync when updating SR in 68K core
Michael Pavone
2015-05-11
Sync fixes and logging to fix more sync issues
Michael Pavone
2015-05-05
Added config option to allow specifying a max sync cycle smaller than the end...
Michael Pavone
2015-05-04
Indentation fixup
Michael Pavone
2015-04-30
Adjust TH timeout value to take into account the move to master clock cycles
Michael Pavone
2015-04-30
Fix missing call to setup_io_devices
Michael Pavone
2015-04-28
Fix bug in map_native_address that was breaking some self-modifying code in G...
Michael Pavone
2015-03-14
WIP of functions to determine size of x86 instruction to allow patching of ar...
Michael Pavone
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ma...
Michael Pavone
2015-01-08
A couple more indentation fixes
Michael Pavone
2015-01-08
Moved m68k_save_result to m68k_core.c
Michael Pavone
2015-01-08
Moved translate_m68k_rte and translate_m68k_reset to m68k_core.c
Michael Pavone
2015-01-08
Fix indentation that presumably got messed up in a merge
Michael Pavone
2015-01-08
Merge
Michael Pavone
2015-01-07
Added ldr and str instructions to gen_arm
Michael Pavone
2015-01-06
Move detect_region down so that it once again occurs after load_rom since it ...
Michael Pavone
2015-01-04
Merge
Michael Pavone
2015-01-04
Prevent an infinite loop when handling out of bounds addresses in translate_m...
Michael Pavone
2015-01-04
Some small synchronization improvements that do not seem to fix anything
Michael Pavone
2015-01-04
Removed some code that tried to deal with the 68K not using master clocks tha...
Michael Pavone
2015-01-04
Adjusted h40_hsync_cycles so that lines actually take 3420 mclks. Fixed vdp_c...
Michael Pavone
2015-01-03
Fake busack when Z80 is disabled
Michael Pavone
2015-01-03
When going directly from reset to busreq, do not allow the Z80 to run
Michael Pavone
2015-01-03
Added a -r flag to ztestrun that force instruction retranslation to allow a q...
Michael Pavone
2015-01-03
Fix ztestrun
Michael Pavone
2015-01-03
Fix 68K remove_breakpoint
Michael Pavone
2015-01-03
Restore emulation of Z80 being locked out of the 68K bus during DMA and the like
Michael Pavone
2015-01-03
Fix bank area access delay for master clock change
Michael Pavone
[next]