From 8395494462ca15dd4efb6a774a55d7888afacf53 Mon Sep 17 00:00:00 2001 From: f205v Date: Mon, 4 Mar 2019 10:10:47 +0100 Subject: [PATCH] Correct label and location (#4715) Label and location taken from real PCB --- src/mame/drivers/meadows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/meadows.cpp b/src/mame/drivers/meadows.cpp index fe4e3809235..ee4c065045e 100644 --- a/src/mame/drivers/meadows.cpp +++ b/src/mame/drivers/meadows.cpp @@ -753,7 +753,7 @@ ROM_START( deadeye ) /* empty */ ROM_REGION( 0x08000, "audiocpu", 0 ) - ROM_LOAD( "de_snd", 0x0000, 0x0400, CRC(c10a1b1a) SHA1(779ea261d23360634081295a164cacbd819d8719) ) + ROM_LOAD( "de_sound_099c_m2-a1.0.4a", 0x0000, 0x0400, CRC(c10a1b1a) SHA1(779ea261d23360634081295a164cacbd819d8719) ) ROM_END