| 44 | } |
| 45 | |
| 46 | static void M77Power(void) { |
| 47 | latche = 0; |
| 48 | Sync(); |
| 49 | SetReadHandler(0x8000, 0xFFFF, CartBR); |
| 50 | SetWriteHandler(0x8000, 0xFFFF, M77Write); |
| 51 | } |
| 52 | |
| 53 | static void M77Close(void) |
| 54 | { |
nothing calls this directly
no test coverage detected