Example #1
0
void compis_keyboard_device::device_start()
{
	// resolve callbacks
	m_out_tx_handler.resolve_safe();
	m_out_tx_handler(1);

	// resolve output finder
	m_led_caps.resolve();
}
Example #2
0
void v1050_keyboard_device::device_reset()
{
    m_out_tx_handler.resolve_safe();
    m_out_tx_handler(1);
}
Example #3
0
void pcd_keyboard_device::device_start()
{
	m_out_tx_handler.resolve_safe();
	m_out_tx_handler(1);
}
Example #4
0
void compis_keyboard_device::device_start()
{
	// resolve callbacks
	m_out_tx_handler.resolve_safe();
	m_out_tx_handler(1);
}