summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Alex W. Jackson <alex.w.jackson@gmail.com>2014-11-23 08:59:53 -0500
committer Alex W. Jackson <alex.w.jackson@gmail.com>2014-11-23 08:59:53 -0500
commita94fe38384a50ad8d3061d46b3d0bda6fe17a1d9 (patch)
tree53b9153a01fd2826e363704e76abed1b0a9be67a /src
parent2a3ed409a93fc914e606301b2e2a71d976b5354e (diff)
mpu4.c: fix missing required objects (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/mpu4.c4
1 files changed, 4 insertions, 0 deletions
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