Start undoing C++ comments
This commit is contained in:
@@ -34,11 +34,11 @@ static void Sync(void) {
|
||||
setchr8(0);
|
||||
setprg8r(0x10, 0x6000, (reg & 0xC0) >> 6);
|
||||
setprg32(0x8000, reg & 0x1F);
|
||||
// setmirror(((reg&0x20)>>5));
|
||||
/* setmirror(((reg&0x20)>>5)); */
|
||||
}
|
||||
|
||||
static DECLFW(UNLEDU2000HiWrite) {
|
||||
// FCEU_printf("%04x:%02x\n",A,V);
|
||||
/* FCEU_printf("%04x:%02x\n",A,V); */
|
||||
reg = V;
|
||||
Sync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user