Exemplo n.º 1
0
void gg_ext_port_device::th_pin_w(int state)
{
	m_th_pin_handler(state);
}
Exemplo n.º 2
0
void sms_control_port_device::th_pin_w(int state)
{
	m_th_pin_handler(state);
}