mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
already an 8-bit handler (nw)
This commit is contained in:
parent
4fb8e776b3
commit
328e8f2ffb
@ -239,7 +239,7 @@ READ8_MEMBER(gamate_state::sound_r)
|
||||
WRITE8_MEMBER(gamate_state::sound_w)
|
||||
{
|
||||
m_ay->address_w(space, 0, offset);
|
||||
m_ay->data_w(space, 0, data & 0xff);
|
||||
m_ay->data_w(space, 0, data);
|
||||
}
|
||||
|
||||
static ADDRESS_MAP_START( gamate_mem, AS_PROGRAM, 8, gamate_state )
|
||||
|
Loading…
Reference in New Issue
Block a user