mirror of
https://github.com/holub/mame
synced 2025-06-23 21:06:38 +03:00
(nw)
This commit is contained in:
parent
bc5fe9b35b
commit
4603e5e51a
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user