mirror of
https://github.com/holub/mame
synced 2025-05-10 08:12:13 +03:00
1 word (nw)
This commit is contained in:
parent
942f1028e2
commit
a4a27efc78
@ -117,5 +117,5 @@ void titan_soc_state::init_titan_soc()
|
||||
memcpy(m_mainram, memregion("serial")->base(), 0x80000);
|
||||
}
|
||||
|
||||
GAME( 2009, megadri4, 0, titan_soc, titan_soc, titan_soc_state, init_titan_soc, ROT0, "Tec Toy (licensed from Sega)", "Mega Drive 4 / Guitar Idol (set 1)", MACHINE_IS_SKELETON )
|
||||
GAME( 2009, megadri4a, megadri4, titan_soc, titan_soc, titan_soc_state, init_titan_soc, ROT0, "Tec Toy (licensed from Sega)", "Mega Drive 4 / Guitar Idol (set 2)", MACHINE_IS_SKELETON )
|
||||
GAME( 2009, megadri4, 0, titan_soc, titan_soc, titan_soc_state, init_titan_soc, ROT0, "Tectoy (licensed from Sega)", "Mega Drive 4 / Guitar Idol (set 1)", MACHINE_IS_SKELETON )
|
||||
GAME( 2009, megadri4a, megadri4, titan_soc, titan_soc, titan_soc_state, init_titan_soc, ROT0, "Tectoy (licensed from Sega)", "Mega Drive 4 / Guitar Idol (set 2)", MACHINE_IS_SKELETON )
|
||||
|
Loading…
Reference in New Issue
Block a user