Update ymfm to latest upstream

This commit is contained in:
Jasmine Iwanek
2023-04-11 17:53:58 -04:00
parent da36911c9a
commit 8967df23c2
5 changed files with 40 additions and 29 deletions

View File

@@ -46,7 +46,6 @@ namespace ymfm
void pcm_registers::reset()
{
std::fill_n(&m_regdata[0], REGISTERS, 0);
m_regdata[0x02] = 0x20;
m_regdata[0xf8] = 0x1b;
}