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
/
z80_to_x86.c
Age
Commit message (
Expand
)
Author
2015-11-25
Get Z80 core sort of working again post alignment change
Michael Pavone
2015-11-25
Partially working change to do proper stack alignment rather than doing a lam...
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-04
Improve timing of Z80 busack. Fixes a crash in Barkley: Shut Up and Jam. Also...
Michael Pavone
2015-10-31
Small tweaks to timing of 68K/Z80 interactions based on latest tests
Michael Pavone
2015-10-31
Set flags for ld a, r
Michael Pavone
2015-10-29
Fix timing of certain variants of LD
Michael Pavone
2015-10-29
Fix timing of IM instruction
Michael Pavone
2015-09-18
Fixed a copy pasta error in the implementation of LDD and LDDR. HL should be ...
Michael Pavone
2015-08-01
Implement half carry for a couple of the trivial cases
Michael Pavone
2015-07-29
Added support for an IO memory map in Z80 core
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-06-27
Cleanup some warnings under clang through a combination of code fixes and sup...
Michael Pavone
2015-05-26
Fixes for the 32-bit build accidentally introduced a bug into the 64-bit buil...
Michael Pavone
2015-05-25
Add a define in both the source and Makefile for enabling logging of z80 inst...
Michael Pavone
2015-05-25
Fix RLD and RRD for the case in which HL does not map to a native register
Michael Pavone
2015-05-24
Z80 test cases that passed on 64-bit now pass on 32-bit
Michael Pavone
2015-05-24
More bugfixes for the 32-bit build of the Z80 core
Michael Pavone
2015-05-23
Fix a bunch of assumptions about which Z80 registers are stored in native reg...
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 crash bug in Z80 interpreter
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
Sync fixes and logging to fix more sync issues
Michael Pavone
2015-01-04
Merge
Michael Pavone
2015-01-03
When going directly from reset to busreq, do not allow the Z80 to run
Michael Pavone
2015-01-03
Restore Z80 interrupt pulse duration and make a small improvement to debug pr...
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
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 in Z80 core
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
2014-12-26
Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...
Michael Pavone
2014-12-26
Fix an off-by-one error in a branch destination in the generation of handle_c...
Michael Pavone
2014-12-26
Update code->cur before calling z80_get_address_trans in z80_retranslate_inst...
Michael Pavone
2014-12-26
Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. F...
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2014-12-17
Get rest of emulator compiling again with Z80 core enabled
Michael Pavone
2014-12-17
Get Z80 core back into compileable state
Michael Pavone
2014-12-16
Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc whe...
Michael Pavone
2014-12-14
WIP effort to update z80 core for code gen changes
Michael Pavone
[prev]
[next]