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.cpu
Age
Commit message (
Expand
)
Author
2019-02-20
Fix Z80 interrupts in Gen/MD mode when using new core. Disable CPU debug log ...
Michael Pavone
2019-02-20
A couple more instruction timing fixes in new Z80 core
Michael Pavone
2019-02-19
Fix implementation of halt in new Z80 core
Michael Pavone
2019-02-19
Store sync_cycle in context rather than in a local in CPU DSL. Fix the timing...
Michael Pavone
2019-02-15
Added in block instructions, fixed IO address calculation in out block instru...
Michael Pavone
2019-02-12
Integration of new Z80 core is sort of working now
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2019-02-09
Optimization to memory access in new Z80 core
Michael Pavone
2019-02-07
Added init functions to z80_util.c so new Z80 core is closer to a drop in rep...
Michael Pavone
2019-02-06
Fixes to DAA, SCF and CCF to pass ZEXALL in new Z80 core
Michael Pavone
2019-02-05
Fixed cp ixh in new Z80 core
Michael Pavone
2019-02-04
Fixed CPI/CPD/CPIR/CPDR in new Z80 core
Michael Pavone
2019-02-04
Implemented RLD/RRD in new Z80 core
Michael Pavone
2019-02-04
Implement DD/FD prefixes for instructions that don't reference HL
Michael Pavone
2019-02-04
Fixed flag calculation in dec (hl) in new Z80 core
Michael Pavone
2019-02-04
Implemented DAA in new Z80 core
Michael Pavone
2019-02-04
Implemented conditional call/ret, cpi/cpd/cpir/cpdr and fixed ldir/lddr in ne...
Michael Pavone
2019-02-03
Get new Z80 core running in CPM harness
Michael Pavone
2019-02-03
Implemented the rest of the block move instructions in new Z80 core
Michael Pavone
2019-02-02
Implemented LDI in new Z80 core
Michael Pavone
2019-02-02
Implemented ld a,r and ld a,i in new Z80 core
Michael Pavone
2019-02-02
Implemented DD/FD prefixes for EX in new Z80 core
Michael Pavone
2019-02-02
Implemented remaining DD/FD prefixes for LD in new Z80 core
Michael Pavone
2019-02-02
Implemented SET instruction in Z80 core
Michael Pavone
2019-02-02
Implemented RES instruction in new Z80 core
Michael Pavone
2019-02-02
Implemented BIT instruction in new Z80 core and fixed a bunch of WZ register ...
Michael Pavone
2019-02-01
Implemented jp (hl), jp (ix) and jp (iy) in the new Z80 core
Michael Pavone
2019-02-01
Miscellaneous small fixes to new Z80 core
Michael Pavone
2019-01-31
Fixed a few ld instructions in the new Z80 core
Michael Pavone
2019-01-31
Implemented shift instructions in new Z80 core
Michael Pavone
2019-01-31
Implemented the rest of the rotate instructions in new Z80 core
Michael Pavone
2019-01-31
Implementation of some of the rotate instructions in new Z80 core
Michael Pavone
2019-01-30
Implemented DD/FD prefixes for and/or/xor in new Z80 core
Michael Pavone
2019-01-30
Fix cp instruction in new Z80 core and implement its DD/FD prefixes
Michael Pavone
2019-01-30
Implemented the rest of the dd/fd prefixes for the add/adc/sub/sbc/inc/dec in...
Michael Pavone
2019-01-30
Added implementations of a bunch of 16-bit arithmetic instructions and some D...
Michael Pavone
2019-01-29
Implement 16-bit addition in new Z80 core along with necessary CPU DSL fixes ...
Michael Pavone
2019-01-29
fix half-carry for or and xor in new Z80 core
Michael Pavone
2019-01-29
Fix ED prefix in new Z80 core
Michael Pavone
2019-01-28
Initial checkin of new WIP Z80 core using CPU DSL
Michael Pavone