mirror of https://github.com/LIJI32/SameBoy.git
Missed some switches
This commit is contained in:
parent
4db047c7d1
commit
dbd33684e8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue