Esempio n. 1
0
void superga2_state::machine_reset()
{
	uint8_t *user1 = memregion("maincpu")->base();

	memcpy(&m_ram_ptr[0x1100], user1, 0x8000);
	mix_w(false);
	scr_w(false);
	res_w(true);
}
Esempio n. 2
0
void vic10_expansion_slot_device::device_reset()
{
	res_w(ASSERT_LINE);
	res_w(CLEAR_LINE);
}