Missed some switches

This commit is contained in:
Lior Halphon 2022-07-24 14:34:32 +03:00
parent 4db047c7d1
commit dbd33684e8
2 changed files with 2 additions and 0 deletions

View File

@ -988,6 +988,7 @@ static inline uint16_t effective_channel4_counter(GB_gameboy_t *gb)
}
break;
case GB_MODEL_AGB_A:
case GB_MODEL_GBP_A:
/* TODO: AGBs are not affected, but AGSes are. They don't seem to follow a simple
pattern like the other revisions. */
/* For the most part, AGS seems to do:

View File

@ -1526,6 +1526,7 @@ static void reset_ram(GB_gameboy_t *gb)
case GB_MODEL_CGB_D:
case GB_MODEL_CGB_E:
case GB_MODEL_AGB_A:
case GB_MODEL_GBP_A:
/* Initialized by CGB-A and newer, 0s in CGB-0 */
break;
case GB_MODEL_MGB: {