| 75 | } |
| 76 | |
| 77 | static void M65Power(void) { |
| 78 | preg[2] = ~1; |
| 79 | Sync(); |
| 80 | SetReadHandler(0x8000, 0xFFFF, CartBR); |
| 81 | SetWriteHandler(0x8000, 0xFFFF, M65Write); |
| 82 | } |
| 83 | |
| 84 | void M65IRQ(int a) { |
| 85 | if (IRQa) { |
nothing calls this directly
no test coverage detected