Restore earlier OPL4 identification method (part 1)

This commit is contained in:
Cacodemon345
2025-09-18 02:12:14 +06:00
committed by GitHub
parent caaa1aad45
commit 942a8e96b1

View File

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