Пример #1
0
void tms9902_device::device_reset()
{
	// This must be true because we may have missed a CTS* assertion
	// on startup, and the whole implementation relies on pushing
	m_CTSin = true;
	reset_uart();
}
Пример #2
0
void tms9902_device::device_reset()
{
	reset_uart();
}