| 1651 | } |
| 1652 | |
| 1653 | void exception3_write_access(uae_u32 opcode, uae_u32 addr, int size, uae_u32 val, int fc) |
| 1654 | { |
| 1655 | add_memory_cycles(addr, 1); |
| 1656 | exception3_write(opcode, addr, size, val, fc); |
| 1657 | } |
| 1658 | |
| 1659 | uae_u16 exception3_word_read(uaecptr addr) |
| 1660 | { |
nothing calls this directly
no test coverage detected