From 457a9951b09c86a6c0318ff8485855f6a8247caa Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 24 Mar 2019 11:15:06 +1100 Subject: (nw) housekeeping --- src/mame/drivers/titan_soc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/titan_soc.cpp b/src/mame/drivers/titan_soc.cpp index aa9ce6ce9c2..5f8852cc892 100644 --- a/src/mame/drivers/titan_soc.cpp +++ b/src/mame/drivers/titan_soc.cpp @@ -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, "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 ) +CONS( 2009, megadri4, 0, 0, titan_soc, titan_soc, titan_soc_state, init_titan_soc, "Tectoy (licensed from Sega)", "Mega Drive 4 / Guitar Idol (set 1)", MACHINE_IS_SKELETON ) +CONS( 2009, megadri4a, megadri4, 0, titan_soc, titan_soc, titan_soc_state, init_titan_soc, "Tectoy (licensed from Sega)", "Mega Drive 4 / Guitar Idol (set 2)", MACHINE_IS_SKELETON ) -- cgit v1.2.3