| 60 | } |
| 61 | |
| 62 | static void M244Power(void) { |
| 63 | preg = creg = 0; |
| 64 | Sync(); |
| 65 | SetWriteHandler(0x8000, 0xFFFF, M244Write); |
| 66 | SetReadHandler(0x8000, 0xFFFF, CartBR); |
| 67 | } |
| 68 | |
| 69 | static void StateRestore(int version) { |
| 70 | Sync(); |
nothing calls this directly
no test coverage detected