From 5221ebfbe64da6a10ed1606a5836a715069af073 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Tue, 14 Feb 2023 19:31:20 +0100 Subject: misc/neomania.cpp: Replaced neomania hard disk image with an official restore image. (#10900) [Recreativas.org] --- src/mame/misc/neomania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/misc/neomania.cpp b/src/mame/misc/neomania.cpp index cb9f738e8b9..1708b92cba9 100644 --- a/src/mame/misc/neomania.cpp +++ b/src/mame/misc/neomania.cpp @@ -86,7 +86,7 @@ ROM_START( neomania ) // Portuguese version with 48 games, from 2003 DISK_REGION( "ide:0:hdd:image" ) // From a Norton Ghost recovery image - DISK_IMAGE( "neomania", 0, BAD_DUMP SHA1(4a865d1ed67901b98b37f94cfdd591fad38b404a) ) + DISK_IMAGE( "neomania", 0, SHA1(4338be8214ca5a9aa6808a94d73e0820a4d34b98) ) ROM_END } // Anonymous namespace -- cgit v1.2.3