| 443 | } |
| 444 | |
| 445 | static void cpu_interrupt(uint32_t address) { |
| 446 | cpu_rst(address, cpu.ADL, cpu.ADL | cpu.MADL, cpu.MADL); |
| 447 | } |
| 448 | |
| 449 | static void cpu_trap_rewind(uint_fast8_t rewind) { |
| 450 | eZ80registers_t *r = &cpu.registers; |
no test coverage detected