summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2009-10-09 21:53:37 +0000
committer Brian Troha <briantro@users.noreply.github.com>2009-10-09 21:53:37 +0000
commite32b3d32c88207fe8baff4a8bedf6e0b2aed2391 (patch)
tree4462480a2eea5ca79328378e6704264d1d539094
parent97cf9efe9b7b6f86cfc65f0425764baed1eda70c (diff)
change the newest multifish clone to use the correct parent.
-rw-r--r--src/mame/drivers/multfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/multfish.c b/src/mame/drivers/multfish.c
index d8affdb446b..7602a294d4e 100644
--- a/src/mame/drivers/multfish.c
+++ b/src/mame/drivers/multfish.c
@@ -2102,7 +2102,7 @@ Most games had a revision in early 2007 to meet the standards of the "Government
GAME( 2002, mfish_3, 0, multfish, multfish, 0, ROT0, "Igro", "Multi Fish (021124, set 1)", 0 )
GAME( 2002, mfish_3a, mfish_3, multfish, multfish, 0, ROT0, "Igro", "Multi Fish (021124, set 2)", 0 )
-GAME( 2002, mfish_11, mfish, multfish, multfish, 0, ROT0, "Igro", "Multi Fish (031124)", 0 ) /* World */
+GAME( 2002, mfish_11, mfish_3, multfish, multfish, 0, ROT0, "Igro", "Multi Fish (031124)", 0 ) /* World */
GAME( 2002, mfish_12, mfish_3, multfish, multfish, 0, ROT0, "Igro", "Multi Fish (040308)", 0 ) /* World */
GAME( 2002, mfish_12a, mfish_3, multfish, multfish, 0, ROT0, "Igro", "Multi Fish (040308, banking address hack)", 0 ) // bank F9
#if ALL_REVISIONS