| 76 | } |
| 77 | |
| 78 | static void M67Power(void) { |
| 79 | suntoggle = 0; |
| 80 | Sync(); |
| 81 | SetReadHandler(0x8000, 0xFFFF, CartBR); |
| 82 | SetWriteHandler(0x8000, 0xFFFF, M67Write); |
| 83 | } |
| 84 | |
| 85 | void M67IRQ(int a) { |
| 86 | if (IRQa) { |
nothing calls this directly
no test coverage detected