mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Compile fix (no whatsnew)
This commit is contained in:
parent
8311a124f2
commit
d223b90012
@ -527,7 +527,6 @@ static WRITE8_HANDLER( cobram3_speech_control_w )
|
|||||||
|
|
||||||
if ( data & 0x10 )
|
if ( data & 0x10 )
|
||||||
{
|
{
|
||||||
device_t *ay = space->machine().device((data & 0x08) ? "ay1" : "ay2");
|
|
||||||
state->m_psg_data_latch = *state->m_psg_latch;
|
state->m_psg_data_latch = *state->m_psg_latch;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user