(nw) poly88 : fixed cassette save hanging. Still can't load the result though.

This commit is contained in:
Robbbert 2019-06-15 01:10:40 +10:00
parent 22006435b8
commit 8152ffabb3

View File

@ -225,7 +225,7 @@ void poly88_state::machine_reset()
{
m_intr = 0;
m_last_code = 0;
m_usart->write_cts(0);
m_brg->control_w(0);
}