NES: how is this not initialized?!

This commit is contained in:
tildearrow 2022-03-01 02:38:19 -05:00
parent ee5b24dcaf
commit 4ff056c64f
1 changed files with 2 additions and 0 deletions

View File

@ -226,4 +226,6 @@ void apu_turn_on(struct NESAPU* a, BYTE apu_type) {
a->DMC.length = 1;
a->DMC.address_start = 0xC000;
a->apu.odd_cycle = 0;
// come non viene inizializzato? Vorrei qualche spiegazione...
a->r4011.frames = 0;
}