| 31 | }; |
| 32 | |
| 33 | static void Sync(void) { |
| 34 | setchr8(0); |
| 35 | setprg8r(0x10, 0x6000, (reg & 0xC0) >> 6); |
| 36 | setprg32(0x8000, reg & 0x1F); |
| 37 | // setmirror(((reg&0x20)>>5)); |
| 38 | } |
| 39 | |
| 40 | static DECLFW(UNLEDU2000HiWrite) { |
| 41 | // FCEU_printf("%04x:%02x\n",A,V); |
no test coverage detected