Start undoing C++ comments
This commit is contained in:
@@ -40,8 +40,9 @@ static void Sync(void) {
|
||||
setprg16(0x8000, (prg_reg >> 5) & 7);
|
||||
setprg16(0xC000, (prg_reg >> 5) & 7);
|
||||
}
|
||||
// Mirroring (0=Vert, 1=Horz)
|
||||
// https://wiki.nesdev.com/w/index.php/INES_Mapper_057
|
||||
/* Mirroring (0=Vert, 1=Horz)
|
||||
* https://wiki.nesdev.com/w/index.php/INES_Mapper_057
|
||||
*/
|
||||
setmirror((prg_reg & 8) ? MI_H : MI_V);
|
||||
setchr8((chr_reg & 7) | (prg_reg & 7) | ((chr_reg & 0x40) >> 3));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user