mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
small update
This commit is contained in:
parent
710b052bfd
commit
8f0d86811a
@ -78,12 +78,12 @@ WRITE8_MEMBER(_4enraya_state::sound_control_w)
|
||||
{
|
||||
case 0: case 3:
|
||||
// latch address
|
||||
m_ay->address_data_w(space, 0, m_soundlatch);
|
||||
m_ay->address_w(space, 0, m_soundlatch);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
// write to psg
|
||||
m_ay->address_data_w(space, 1, m_soundlatch);
|
||||
m_ay->data_w(space, 0, m_soundlatch);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user