| 52 | } |
| 53 | |
| 54 | static void M50Power(void) { |
| 55 | reg = 0; |
| 56 | Sync(); |
| 57 | SetReadHandler(0x6000, 0xffff, CartBR); |
| 58 | SetWriteHandler(0x4020, 0x5fff, M50Write); |
| 59 | } |
| 60 | |
| 61 | static void M50Reset(void) { |
| 62 | } |
nothing calls this directly
no test coverage detected