コード例 #1
0
ファイル: image.c プロジェクト: Zelex/libretro-mame
void centronics_printer_image_device::device_reset()
{
	m_busy = FALSE;
	output_busy(m_busy);
	output_fault(1);
	output_ack(1);
}
コード例 #2
0
ファイル: printer.cpp プロジェクト: broftkd/mame
void centronics_printer_device::device_reset()
{
	m_busy = false;
	output_busy(m_busy);
	output_fault(1);
	output_ack(1);
	output_select(1);
}