Mercurial > repos > blastem
comparison z80.cpu @ 1766:1dc718581aac
Fix Z80 interrupts in Gen/MD mode when using new core. Disable CPU debug log in new Z80 core
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 20 Feb 2019 09:42:12 -0800 |
parents | 6cc2fa6a1955 |
children | 338c78da3fff |
comparison
equal
deleted
inserted
replaced
1765:7b6831305a6a | 1766:1dc718581aac |
---|---|
82 mov pc scratch1 | 82 mov pc scratch1 |
83 ocall read_8 | 83 ocall read_8 |
84 add 1 pc pc | 84 add 1 pc pc |
85 | 85 |
86 z80_run_op | 86 z80_run_op |
87 printf "Z80: %X @ %d\n" pc cycles | 87 #printf "Z80: %X @ %d\n" pc cycles |
88 #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 | 88 #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 |
89 z80_op_fetch | 89 z80_op_fetch |
90 dispatch scratch1 | 90 dispatch scratch1 |
91 | 91 |
92 z80_interrupt | 92 z80_interrupt |