From 443d1fef3f16dfafc8fd57423dfe29da50d0693b Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 10 Apr 2018 19:52:10 +0900 Subject: cave.cpp : Fix hotdogst Name/Distributor tags (International) is piece of korean company name "Ace International Co., Ltd", the Exclusive Distributor of Hotdog Storm on Korea. --- src/mame/drivers/cave.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/cave.cpp b/src/mame/drivers/cave.cpp index 910f1ec6781..475b963c33e 100644 --- a/src/mame/drivers/cave.cpp +++ b/src/mame/drivers/cave.cpp @@ -5493,7 +5493,7 @@ GAME( 1996, agalletak, agallet, sailormn, cave, cave_state, agallet, RO GAME( 1996, agalletat, agallet, sailormn, cave, cave_state, agallet, ROT270, "Gazelle (Banpresto license)", "Air Gallet (older, Taiwan)", MACHINE_SUPPORTS_SAVE ) GAME( 1996, agalletah, agallet, sailormn, cave, cave_state, agallet, ROT270, "Gazelle (Banpresto license)", "Air Gallet (older, Hong Kong)", MACHINE_SUPPORTS_SAVE ) -GAME( 1996, hotdogst, 0, hotdogst, cave, cave_state, hotdogst, ROT90, "Marble", "Hotdog Storm (International)", MACHINE_SUPPORTS_SAVE ) +GAME( 1996, hotdogst, 0, hotdogst, cave, cave_state, hotdogst, ROT90, "Marble (Ace International license)", "Hotdog Storm (Korea)", MACHINE_SUPPORTS_SAVE ) GAME( 1996, pacslot, 0, pacslot, pacslot, cave_state, tjumpman, ROT0, "Namco", "Pac-Slot", MACHINE_SUPPORTS_SAVE ) GAME( 1996, paceight, 0, paceight, paceight, cave_state, tjumpman, ROT0, "Namco", "Pac-Eight", MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3