From 30038dd15dbfceb38763252427416b2223c91264 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 22 Jan 2020 07:59:18 +0100 Subject: ffantasy_ms.cpp: fixed parent / clone relationship, thanks M.A.S.H. (nw) --- src/mame/drivers/ffantasy_ms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame') diff --git a/src/mame/drivers/ffantasy_ms.cpp b/src/mame/drivers/ffantasy_ms.cpp index 2ff31f205a7..8bed6ad31ac 100644 --- a/src/mame/drivers/ffantasy_ms.cpp +++ b/src/mame/drivers/ffantasy_ms.cpp @@ -167,4 +167,4 @@ ROM_START( ffantasym ) ROM_LOAD( "ff_5-1_5235_gal16v8.ic8", 0x000, 0x117, NO_DUMP ) ROM_END -GAME( 199?, ffantasym, ffantasy, ffantasym, ffantasym, ffantasy_ms_state, empty_init, ROT0, "bootleg (Gaelco / Ervisa)", "Fighting Fantasy (Modular System)", MACHINE_IS_SKELETON ) +GAME( 199?, ffantasym, hippodrm, ffantasym, ffantasym, ffantasy_ms_state, empty_init, ROT0, "bootleg (Gaelco / Ervisa)", "Fighting Fantasy (Modular System)", MACHINE_IS_SKELETON ) -- cgit v1.2.3