| 60 | } |
| 61 | |
| 62 | static void M43Power(void) { |
| 63 | reg = swap = 0; |
| 64 | Sync(); |
| 65 | SetReadHandler(0x5000, 0xffff, CartBR); |
| 66 | SetWriteHandler(0x4020, 0xffff, M43Write); |
| 67 | } |
| 68 | |
| 69 | static void M43Reset(void) { |
| 70 | } |
nothing calls this directly
no test coverage detected