mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
prehisle: re-add 1930 to title anyway
This commit is contained in:
parent
2c539b6791
commit
81b03f6469
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user