This commit is contained in:
R. Belmont 2014-02-21 04:10:25 +00:00
parent bc5fe9b35b
commit 4603e5e51a

View File

@ -243,8 +243,9 @@ void lisa_state::COPS_queue_data(const UINT8 *data, int len)
m_fifo_size++; m_fifo_size++;
} }
/*logerror("COPS_queue_data : trying to send data to VIA\n");*/ // do not try to send immediately here, the VIA is set to latch mode so
COPS_send_data_if_possible(); // sending too soon after a command can result in the DDR not yet being
// returned to input and the first byte gets trashed
} }
} }