From 77edf6327e550ef3b3e929d700748aab274ab891 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 5 Jul 2019 07:17:00 +0200 Subject: [PATCH] m72.cpp: corrected double spacing in the loht_ms title. Thanks M.A.S.H.! (nw) --- src/mame/drivers/m72.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/m72.cpp b/src/mame/drivers/m72.cpp index ff75c14aad9..755e2fab49f 100644 --- a/src/mame/drivers/m72.cpp +++ b/src/mame/drivers/m72.cpp @@ -4062,4 +4062,4 @@ GAME( 1990, poundforu, poundfor, poundfor, poundfor, m72_state, empty_ /* bootlegs, unique hw */ GAME( 1989, lohtb, loht, m72, loht, m72_state, empty_init, ROT0, "bootleg", "Legend of Hero Tonma (unprotected bootleg)", MACHINE_NOT_WORKING| MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE ) -GAME( 1989, loht_ms, loht, m72, loht, m72_state, empty_init, ROT0, "bootleg (Gaelco / Ervisa)", "Legend of Hero Tonma (Gaelco bootleg, Modular System)", MACHINE_NOT_WORKING| MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE ) +GAME( 1989, loht_ms, loht, m72, loht, m72_state, empty_init, ROT0, "bootleg (Gaelco / Ervisa)", "Legend of Hero Tonma (Gaelco bootleg, Modular System)", MACHINE_NOT_WORKING| MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )