Example #1
0
void a310_state::machine_start()
{
	archimedes_init();

	// reset the DAC to centerline
	//m_dac->write_signed8(0x80);
}
Example #2
0
File: a310.c Project: risico/jsmess
static MACHINE_START( a310 )
{
	archimedes_init(machine);

	// reset the DAC to centerline
	//dac_signed_data_w(machine.device("dac"), 0x80);
}
Example #3
0
void ertictac_state::machine_start()
{
	archimedes_init();
}
Example #4
0
void aa310_state::machine_start()
{
	archimedes_init();
}