| 31 | }; |
| 32 | |
| 33 | static void Sync(void) { |
| 34 | setprg8(0x6000, preg[0]); |
| 35 | setprg8(0x8000, 0xa); |
| 36 | setprg8(0xa000, 0xb); |
| 37 | setprg8(0xc000, 0x6); |
| 38 | setprg8(0xe000, 0x7); |
| 39 | setchr8(0x0c); |
| 40 | setmirror(mirr); |
| 41 | } |
| 42 | |
| 43 | static DECLFW(UNLKS7010Write) { |
| 44 | switch (A) { |
no test coverage detected