From a94fe38384a50ad8d3061d46b3d0bda6fe17a1d9 Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Sun, 23 Nov 2014 08:59:53 -0500 Subject: mpu4.c: fix missing required objects (nw) --- src/mame/drivers/mpu4.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mame/drivers/mpu4.c b/src/mame/drivers/mpu4.c index 572b2ad9236..da37818a800 100644 --- a/src/mame/drivers/mpu4.c +++ b/src/mame/drivers/mpu4.c @@ -277,6 +277,7 @@ ROM_END ROM_START( m4c9c ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "cncs.p1", 0x0000, 0x010000, CRC(10f15e2a) SHA1(c17ab13764d74302246984245485cb7692913b44) ) + ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) // should this set have an OKI? ROM_END @@ -1745,16 +1746,19 @@ ROM_END ROM_START( m4dnj ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "d.n.j 1-02", 0x0000, 0x010000, CRC(5750843d) SHA1(b87923e84071ea4a1af7566a7f413f8e30e208e9) ) + ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) // should this set have an OKI? ROM_END ROM_START( m4dnja ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "d.n.j 1-03", 0x0000, 0x010000, CRC(7b805255) SHA1(f62765bfa66e2422ac0a71ebaff27f1ccd470fe2) ) + ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) // should this set have an OKI? ROM_END ROM_START( m4dnjb ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "d.n.j 1-06", 0x0000, 0x010000, CRC(aab770c7) SHA1(f24fff8346915017bc43fef9fac356a067676d86) ) + ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) // should this set have an OKI? ROM_END -- cgit v1.2.3