mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
salamand: Improve VLM5030 control
This commit is contained in:
parent
86f9349ff2
commit
23a1608828
@ -220,8 +220,9 @@ WRITE8_MEMBER(nemesis_state::gx400_speech_start_w)
|
|||||||
|
|
||||||
WRITE8_MEMBER(nemesis_state::salamand_speech_start_w)
|
WRITE8_MEMBER(nemesis_state::salamand_speech_start_w)
|
||||||
{
|
{
|
||||||
m_vlm->st(1);
|
m_vlm->rst(BIT(data, 0));
|
||||||
m_vlm->st(0);
|
m_vlm->st(BIT(data, 1));
|
||||||
|
// bit 2 is OE for VLM data
|
||||||
}
|
}
|
||||||
|
|
||||||
READ8_MEMBER(nemesis_state::nemesis_portA_r)
|
READ8_MEMBER(nemesis_state::nemesis_portA_r)
|
||||||
|
Loading…
Reference in New Issue
Block a user