| 44 | } |
| 45 | |
| 46 | static void M31Power(void) { |
| 47 | setchr8(0); |
| 48 | regs[7] = 0xFF; |
| 49 | Sync(); |
| 50 | SetReadHandler(0x8000, 0xffff, CartBR); |
| 51 | SetWriteHandler(0x5000, 0x5fff, M31Write); |
| 52 | } |
| 53 | |
| 54 | static void StateRestore(int version) { |
| 55 | Sync(); |
nothing calls this directly
no test coverage detected