From 0330b5c6bb20c5e762fa6e8de60d2ce280523cc4 Mon Sep 17 00:00:00 2001 From: briantro Date: Tue, 31 Jan 2017 21:44:49 -0600 Subject: [PATCH] nmk16.cpp: All Red Hawk sets use the same sound data so use same name - NW --- src/mame/drivers/nmk16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/nmk16.cpp b/src/mame/drivers/nmk16.cpp index 6a2f4d1ac94..4a9ad0fbb4f 100644 --- a/src/mame/drivers/nmk16.cpp +++ b/src/mame/drivers/nmk16.cpp @@ -7066,7 +7066,7 @@ ROM_START( redhawkg ) // original Afega PCB with Delta Coin sticker // Unused ROM_REGION( 0x40000, "oki1", 0 ) /* Samples */ - ROM_LOAD( "5.bin", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) ) + ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) ) ROM_END ROM_START( redhawkb )