mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
disco_l1: fixed silly mistake
This commit is contained in:
parent
ba7f09e1b1
commit
5cdff3df7b
@ -454,7 +454,7 @@ void s3a_state::s3a_sol0_w(u8 data)
|
||||
|
||||
if ((m_game == 3) && BIT(data, 4)) // disco
|
||||
{
|
||||
m_sound_data = 0x7f | m_io_snd->read();
|
||||
m_sound_data = 0x3f | m_io_snd->read();
|
||||
m_pias->cb1_w(1);
|
||||
m_pias->cb1_w(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user