| 45 | } |
| 46 | |
| 47 | static void M46Power(void) { |
| 48 | reg0 = reg1 = 0; |
| 49 | Sync(); |
| 50 | SetReadHandler(0x8000, 0xFFFF, CartBR); |
| 51 | SetWriteHandler(0x6000, 0x7FFF, M46Write0); |
| 52 | SetWriteHandler(0x8000, 0xFFFF, M46Write1); |
| 53 | } |
| 54 | |
| 55 | static void M46Reset(void) { |
| 56 | reg0 = reg1 = 0; |
nothing calls this directly
no test coverage detected