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
path:
root
/
m68k_core_x86.c
Age
Commit message (
Expand
)
Author
2015-10-29
Implement TRAPV
Michael Pavone
2015-10-28
Implement TAS
Michael Pavone
2015-10-21
Implemented nbcd
Michael Pavone
2015-10-19
Fix for abcd/sbcd. Hopefully got it 100% right this time.
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-06-28
More clang warning cleanup
Michael Pavone
2015-06-22
Fix negative offsets in calc_areg_displace
Michael Pavone
2015-05-25
Fix crash bug in 32-bit build for certain secnarios with bcd instructions
Michael Pavone
2015-05-25
Fix div instruction when dest is d0 in 32-bit build
Michael Pavone
2015-05-23
Eliminate runtime.S/runtime_32.S.
Michael Pavone
2015-05-22
Don't attempt to translate or map code at odd addresses. This fixes a bug tha...
Michael Pavone
2015-05-11
Fixed a missed call to do_sync when updating SR in 68K core
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-04
Merge
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
Added functions to gen_x86 for saving and restoring callee save registers to ...
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
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-29
Fix handling of code writes for Z80 core. This seems to get things close to b...
Michael Pavone
2014-12-28
Removed bcd_add and bcd_sub from runtime.S and generated the logic inline wit...
Michael Pavone
2014-12-27
Fix divide by zero exception return address when div instruction is bigger th...
Michael Pavone
2014-12-27
Decrement address register after fetching source in move with -(ax) dest to a...
Michael Pavone
2014-12-26
Fix a bug in ori to SR that was swapping USP and SSP inappropriately
Michael Pavone
2014-12-26
Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...
Michael Pavone
2014-12-26
Set the byte_swap flag in the M68K core so gen_mem_fun correctly inserts xor ...
Michael Pavone
2014-12-14
WIP effort to update z80 core for code gen changes
Michael Pavone
2014-03-11
Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be ...
Michael Pavone
2014-03-08
Move translate_m68k_movem to m68k_core.c
Michael Pavone
2014-03-07
Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.c
Michael Pavone
2014-03-07
Minor refactor to translate_m68k_move_ccr_sr and translate_m68k_stop to reduc...
Michael Pavone
2014-03-07
Use swap_ssp_usp in translate_m68k_move_ccr_sr
Michael Pavone
2014-03-07
Combine andi ccr/sr and ori ccr/sr.
Michael Pavone
2014-03-07
Use update_flags instead of individual set_flag calls in a few places
Michael Pavone
2014-03-07
Refactored translate_m68k so that it contains no host-cpu specific code and m...
Michael Pavone
2014-03-05
Combine implementations of lea and pea. Update bit instructions to use the op...
Michael Pavone
2014-03-05
Refactor translate_m68k_cmp to use translate_m68k_arith
Michael Pavone
2014-03-04
Combine the implementation of ABCD and SBCD in the 68K core
Michael Pavone
2014-03-04
Use translate_m68k_unary for SWAP in 68K core
Michael Pavone
2014-03-04
Refactor a bunch of the arithmetic instructions in the 68K core to reduce dup...
Michael Pavone
2014-03-04
Small refactor to flag handling in 68K core
Michael Pavone
2014-03-03
More 68K core refactoring to both reduce the amount of code and better split ...
Michael Pavone
2014-03-02
Refactor translat_m68k_src and translate_m68k_dst into a single function
Michael Pavone
2014-03-02
Initial stab at separating the generic parts of the 68K core from the host-cp...
Michael Pavone
[prev]