(MESS) abc80: Use Z80 PIO pb7_w. (nw)

This commit is contained in:
Curt Coder 2015-04-07 15:31:21 +03:00
parent 30a0f6567e
commit cb74c696a0

View File

@ -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
//-------------------------------------------------