mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
(MESS) abc80: Use Z80 PIO pb7_w. (nw)
This commit is contained in:
parent
30a0f6567e
commit
cb74c696a0
@ -354,10 +354,11 @@ WRITE8_MEMBER( abc80_state::pio_pb_w )
|
||||
|
||||
m_tape_in_latch = 1;
|
||||
|
||||
m_pio->port_b_write(m_tape_in_latch << 7);
|
||||
m_pio->pb7_w(m_tape_in_latch);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// Z80 Daisy Chain
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user