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-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
2015-01-03
Restore Z80 interrupt pulse duration and make a small improvement to debug pr...
Michael Pavone
2015-01-03
Removed some obsolete defines
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
2015-01-02
In theory, the Z80 core should work on 32-bit builds now; however, I suspect ...
Michael Pavone
2015-01-02
Added functions to gen_x86 for saving and restoring callee save registers to ...
Michael Pavone
2015-01-02
Use SZ_PTR instead of SZ_Q in Z80 core for 32-bit compat
Michael Pavone
2015-01-02
Sync Z80 when taking an interrupt so that int_cycle gets updated
Michael Pavone
2015-01-01
Remove dedicated registers for Z80 bank reg and Z80 bank pointer as they are ...
Michael Pavone
2015-01-01
Adjust 68K sync cycle when mclk_target gets adjusted
Michael Pavone
2015-01-01
Add the 3 cycle delay back in to Z80 bank area access
Michael Pavone
2015-01-01
Minor Z80 core cleanup
Michael Pavone
2015-01-01
Use call_args and call_args_abi inside gen_mem_fun
Michael Pavone
2015-01-01
Use call_args and call_args_abi in Z80 core
Michael Pavone
2015-01-01
Added 2 new functions to gen_x86.c for handling passing args according to the...
Michael Pavone
2015-01-01
Avoid calling atexit(SDL_Quit) until after OpenGL initialization to avoid a s...
Michael Pavone
2015-01-01
Fix some issues with 68K instruction retranslation
Michael Pavone
2015-01-01
Remove some of the hard coded assumptions about the memory map from the CPU c...
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-12-29
Fix handling of code writes for Z80 core. This seems to get things close to b...
Michael Pavone
[prev]
[next]