Example #1
0
static MACHINE_RESET( exelv )
{
	static const spchroms_interface exelv_speech_intf = { "tms5220c" };

	tms3556_reset();
	spchroms_config( machine, &exelv_speech_intf );
	memory_set_bankptr( machine, "bank1", machine.region("user1")->base() + 0x0200 );
}
Example #2
0
static void machine_reset_exelv(void)
{
	tms3556_reset();
	io_reset();
}