From 651c14794733a9e37ae493c2d73b0f6e6f37bc0e Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 19 Feb 2023 09:47:46 +0100 Subject: =?UTF-8?q?pinball/ltd.cpp:=20redumped=20spcpoker=20[Jo=C3=A3o=20P?= =?UTF-8?q?edras,=20Jo=C3=A3o=20Carneiro,=20PinMAME]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mame/pinball/ltd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/pinball/ltd.cpp b/src/mame/pinball/ltd.cpp index 8c96347dc2f..004ba3f13f6 100644 --- a/src/mame/pinball/ltd.cpp +++ b/src/mame/pinball/ltd.cpp @@ -690,8 +690,8 @@ ROM_END /-------------------------------------------------------------------*/ ROM_START(spcpoker) - ROM_REGION(0x1000, "roms", 0) // the bad dump was hacked to make it work - ROM_LOAD( "spoker.bin", 0x0000, 0x0800, BAD_DUMP CRC(98918b19) SHA1(b1bb3f408dae9fc77d396894c3c4ef08bce8c345) ) + ROM_REGION(0x1000, "roms", 0) + ROM_LOAD( "space_poker_16_jp.bin", 0x0000, 0x0800, CRC(8fc2bdf6) SHA1(48eeae7ef21adbb4801e339565e55a03db6de179) ) ROM_RELOAD(0x0800, 0x0800) ROM_END -- cgit v1.2.3