mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-18 06:31:57 +00:00
Fix read of uninitialised values in sound_ay_overlay(). (PR #1226)
This commit is contained in:
parent
213aa48516
commit
0d635d2817
@ -121,6 +121,7 @@ void AY8913::init(void)
|
||||
|
||||
AY8913::AY8913(void)
|
||||
{
|
||||
memset(sound_ay_registers, 0, sizeof(sound_ay_registers));
|
||||
init();
|
||||
m_fCurrentCLK_AY8910 = g_fCurrentCLK6502;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user