From 866f1cb7b7ffb144ab4de9fabb54a1227f74f5ee Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 22 Jan 2025 18:55:08 +0100 Subject: prehisle: remove 1930 from title --- src/mame/snk/prehisle.cpp | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/mame/snk/prehisle.cpp b/src/mame/snk/prehisle.cpp index 52d402e47fc..9396e07f083 100644 --- a/src/mame/snk/prehisle.cpp +++ b/src/mame/snk/prehisle.cpp @@ -3,10 +3,12 @@ /*************************************************************************** - Prehistoric Isle in 1930 (World) (c) 1989 SNK - Prehistoric Isle in 1930 (USA) (c) 1989 SNK - 原始島(Wonsido) 1930's (Korea) (c) 1989 SNK / Victor - 原始島(Genshitō) 1930's (Japan) (c) 1989 SNK + Prehistoric Isle (World) (c) 1989 SNK + Prehistoric Isle (USA) (c) 1989 SNK + 原始島(Wonsido) (Korea) (c) 1989 SNK / Victor + 原始島(Genshitō) (Japan) (c) 1989 SNK + + The 1930 on the titlescreen is not part of the official game title. Emulation by Bryan McPhail, mish@tendril.co.uk @@ -627,9 +629,9 @@ ROM_END /******************************************************************************/ -//原始島(Shared Title GFX for Japan and Korea set, JP: げんしとう-Genshitō; KR: 원시도-Wonsido)/Prehistoric Isle in 1930(English) -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", MACHINE_SUPPORTS_SAVE ) -GAME( 1989, prehisleb, prehisle, prehisle, prehisle, prehisle_state, empty_init, ROT0, "bootleg", "Prehistoric Isle in 1930 (World, bootleg)", MACHINE_SUPPORTS_SAVE ) +//原始島(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 ) -- cgit v1.2.3