From 709721db97a3239f690353d0767fe6be296dac36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Mon, 24 May 2010 15:57:12 +0000 Subject: [PATCH] making note that it might not be jp version --- src/mame/drivers/m72.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/m72.c b/src/mame/drivers/m72.c index 7b7b27c1dc8..656ea9d67a6 100644 --- a/src/mame/drivers/m72.c +++ b/src/mame/drivers/m72.c @@ -3652,7 +3652,7 @@ GAME( 1989, loht, 0, m72, loht, loht, ROT0, " GAME( 1989, lohtj, loht, m72, loht, loht, ROT0, "Irem", "Legend of Hero Tonma (Japan)", GAME_NO_COCKTAIL ) GAME( 1989, lohtb, loht, m72, loht, 0, ROT0, "Irem", "Legend of Hero Tonma (bootleg, set 1)", GAME_NOT_WORKING| GAME_NO_COCKTAIL ) GAME( 1989, lohtb2, loht, m72_8751, loht, m72_8751, ROT0, "Irem", "Legend of Hero Tonma (bootleg, set 2)", GAME_NO_COCKTAIL ) -GAME( 1989, xmultipl, 0, xmultipl, xmultipl, 0, ROT0, "Irem", "X Multiply (Japan, M81)", GAME_NO_COCKTAIL ) +GAME( 1989, xmultipl, 0, xmultipl, xmultipl, 0, ROT0, "Irem", "X Multiply (Japan, M81)", GAME_NO_COCKTAIL ) // no jp sub-title at titlescreen (unlike m72 version), is this a World set? GAME( 1989, xmultiplm72, xmultipl, xmultiplm72, xmultipl, xmultiplm72, ROT0, "Irem", "X Multiply (Japan, M72)", GAME_NO_COCKTAIL ) GAME( 1989, dbreed, 0, dbreed, dbreed, 0, ROT0, "Irem", "Dragon Breed (M81 PCB version)", GAME_NO_COCKTAIL ) GAME( 1989, dbreedm72, dbreed, dbreedm72, dbreed, dbreedm72, ROT0, "Irem", "Dragon Breed (M72 PCB version)", GAME_NO_COCKTAIL )