mirror of
https://github.com/holub/mame
synced 2025-05-03 13:06:47 +03:00
fix the fix
This commit is contained in:
parent
498a755d49
commit
7c07df75e5
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user