Ejemplo n.º 1
0
void ata_interface_device::set_dasp(int state)
{
//  printf( "dasp %d\n", state );

	m_dasp_handler(state);
}
Ejemplo n.º 2
0
void ata_interface_device::set_dasp(int state)
{
//  printf( "%s: dasp %d\n", machine().describe_context(), state );

	m_dasp_handler(state);
}