diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-02-20 09:42:12 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-02-20 09:42:12 -0800 |
commit | fbd662e1eb865eef7eec7ba512c515f584210796 (patch) | |
tree | b1f09fea4fef1e2eef685dfc5a3c0bdd15b4cdea /z80.cpu | |
parent | 25253288a742690c1e1c256cecafbdc47749ce23 (diff) |
Fix Z80 interrupts in Gen/MD mode when using new core. Disable CPU debug log in new Z80 core
Diffstat (limited to 'z80.cpu')
-rw-r--r-- | z80.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ z80_op_fetch add 1 pc pc z80_run_op - printf "Z80: %X @ %d\n" pc cycles + #printf "Z80: %X @ %d\n" pc cycles #printf "Z80: %X - A: %X, B: %X, C: %X D: %X, E: %X, H: %X, L: %X, SP: %X, IX: %X, IY: %X @ %d\n" pc a b c d e h l sp ix iy cycles z80_op_fetch dispatch scratch1 |