Example #1
0
void gg_ext_port_device::th_pin_w(int state)
{
	m_th_pin_handler(state);
}
Example #2
0
void sms_control_port_device::th_pin_w(int state)
{
	m_th_pin_handler(state);
}