mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
probably no lane select (nw)
This commit is contained in:
parent
a7c058182c
commit
2ceb7892a3
@ -146,8 +146,7 @@ WRITE16_MEMBER(pushman_state::pushman_mcu_comm_w)
|
|||||||
switch (offset & 0x01)
|
switch (offset & 0x01)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
data = flipendian_int16(data);
|
m_host_latch = flipendian_int16(data);
|
||||||
COMBINE_DATA(&m_host_latch);
|
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
m_mcu->pd_w(space, 0, data & 0x00ff);
|
m_mcu->pd_w(space, 0, data & 0x00ff);
|
||||||
@ -159,7 +158,7 @@ WRITE16_MEMBER(pushman_state::pushman_mcu_comm_w)
|
|||||||
|
|
||||||
WRITE16_MEMBER(pushman_state::bballs_mcu_comm_w)
|
WRITE16_MEMBER(pushman_state::bballs_mcu_comm_w)
|
||||||
{
|
{
|
||||||
COMBINE_DATA(&m_host_latch);
|
m_host_latch = data;
|
||||||
m_host_semaphore = true;
|
m_host_semaphore = true;
|
||||||
m_mcu->set_input_line(M68705_IRQ_LINE, ASSERT_LINE);
|
m_mcu->set_input_line(M68705_IRQ_LINE, ASSERT_LINE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user