fix the fix

This commit is contained in:
Michaël Banaan Ananas 2013-09-22 13:33:54 +00:00
parent 498a755d49
commit 7c07df75e5

View File

@ -37,7 +37,7 @@ READ8_MEMBER( stereo_fx_device::p3_r )
WRITE8_MEMBER( stereo_fx_device::p3_w )
{
m_t1 = (data & 0x20)&1;
m_t1 = (data & 0x20) >> 5;
}
WRITE8_MEMBER( stereo_fx_device::dev_host_irq_w )