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
/
backend_x86.c
Age
Commit message (
Expand
)
Author
2021-03-07
Fix bug in handling of MMAP_CODE regions smaller than 16KB
Michael Pavone
2017-12-31
Fix accidental add to RSP with SZ_D and SZ_PTR. Using SZ_D breakse when the s...
Michael Pavone
2017-09-13
Preserve original address when retranslating instructions instead of switchin...
Michael Pavone
2017-01-03
Fix RAM flag offset calculation to take into account the existence of non-wri...
Michael Pavone
2016-12-22
More cleanup in preparation for SMS/Mark III support
Michael Pavone
2016-12-14
Fix a subtle bug in interrupt handling introduced with the move to a single c...
Michael Pavone
2016-12-12
Fix to the fix of handling of self modifying code. Was ORing the base address...
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
Remove hacky assumption about Genesis memory map in M68K core
Michael Pavone
2016-10-06
Fix handling of MMAP_CODE chunks that also have MMAP_PTR_IDX set
Michael Pavone
2016-07-27
Change cycle tracking code for Z80 core to only use a single register. Store ...
Michael Pavone
2016-04-26
Initial stab at implementing address error exceptions. Need to fill in the va...
Michael Pavone
2015-11-25
Partially working change to do proper stack alignment rather than doing a lam...
Michael Pavone
2015-11-22
Fix a bug in generating memory access functions when more than one MMAP_CODE ...
Michael Pavone
2015-06-28
Fix self modifying code checks on platforms like OS X on which guest RAM ends...
Michael Pavone
2015-06-27
Preserve scratch2 when using it as a temporary in memory read functions. This...
Michael Pavone
2015-06-22
Fix handling of address mask in gen_mem_fun
Michael Pavone
2015-05-11
Sync fixes and logging to fix more sync issues
Michael Pavone
2015-04-28
Fix bug in map_native_address that was breaking some self-modifying code in G...
Michael Pavone
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ma...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
2015-01-01
Use call_args and call_args_abi inside gen_mem_fun
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-26
Get Z80 banked access sort of working again
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
Add a couple of missing checks for the byte_swap and address_size parameters ...
Michael Pavone
2014-12-22
Z80 core is sort of working again
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-02
Refactor gen_x86 to use an interface more like gen_arm and to remove the need...
Michael Pavone