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-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