Start undoing C++ comments

This commit is contained in:
retro-wertz
2017-10-15 02:07:42 +08:00
parent e428160996
commit ebca2248d0
75 changed files with 641 additions and 582 deletions

View File

@@ -59,10 +59,12 @@ static void Sync(void) {
static DECLFR(BMC70in1Read) {
if (bank_mode == 0x10)
// if(is_large_banks)
/* if(is_large_banks) */
return CartBR((A & 0xFFF0) | hw_switch);
// else
// return CartBR((A&0xFFF0)|hw_switch);
#if 0
else
return CartBR((A&0xFFF0)|hw_switch);
#endif
else
return CartBR(A);
}