NESHawk: Implement newly found APU behaviour

This commit is contained in:
alyosha-tas 2019-01-20 09:06:25 -06:00
parent 0114e39489
commit 64c3b9dcd2
1 changed files with 2 additions and 0 deletions

View File

@ -704,6 +704,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
sample_buffer_filled = false;
out_deltacounter = 64;
out_bits_remaining = 0;
user_address = 0x8000; // even though this can't be accessed by writing, it is indeed the power up address
user_length = 1;
}
bool irq_enabled;