From 81b03f6469d013a84a8e97a20647c3385fccc7d3 Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 23 Jan 2025 13:18:05 +0100 Subject: prehisle: re-add 1930 to title anyway --- src/mame/snk/prehisle.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mame/snk/prehisle.cpp b/src/mame/snk/prehisle.cpp index 9396e07f083..446e22db178 100644 --- a/src/mame/snk/prehisle.cpp +++ b/src/mame/snk/prehisle.cpp @@ -8,7 +8,7 @@ 原始島(Wonsido) (Korea) (c) 1989 SNK / Victor 原始島(Genshitō) (Japan) (c) 1989 SNK - The 1930 on the titlescreen is not part of the official game title. + The 1930 on the titlescreen is not part of the trademarked game title. Emulation by Bryan McPhail, mish@tendril.co.uk @@ -630,8 +630,8 @@ ROM_END /******************************************************************************/ //原始島(Shared Title GFX for Japan and Korea set, JP: げんしとう-Genshitō; KR: 원시도-Wonsido)/Prehistoric Isle(English) -GAME( 1989, prehisle, 0, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK", "Prehistoric Isle (World)", MACHINE_SUPPORTS_SAVE ) -GAME( 1989, prehisleu, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK", "Prehistoric Isle (US)", MACHINE_SUPPORTS_SAVE ) -GAME( 1989, prehislek, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK (Victor license)", "Wonsido (Korea)", MACHINE_SUPPORTS_SAVE ) -GAME( 1989, gensitou, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK", "Genshitou (Japan)", MACHINE_SUPPORTS_SAVE ) -GAME( 1989, prehisleb, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "bootleg", "Prehistoric Isle (World, bootleg)", MACHINE_SUPPORTS_SAVE ) +GAME( 1989, prehisle, 0, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK", "Prehistoric Isle in 1930 (World)", MACHINE_SUPPORTS_SAVE ) +GAME( 1989, prehisleu, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK", "Prehistoric Isle in 1930 (US)", MACHINE_SUPPORTS_SAVE ) +GAME( 1989, prehislek, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK (Victor license)", "Wonsido 1930's (Korea)", MACHINE_SUPPORTS_SAVE ) +GAME( 1989, gensitou, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "SNK", "Genshitou 1930's (Japan)", MACHINE_SUPPORTS_SAVE ) +GAME( 1989, prehisleb, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "bootleg", "Prehistoric Isle in 1930 (World, bootleg)", MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3