summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2015-12-19 18:58:03 -0500
committer arbee <rb6502@users.noreply.github.com>2015-12-19 18:58:03 -0500
commit538d7d5fe75aabc0c2a105f7f9029178d87f2f4e (patch)
treee92e2e3afee2538a20829d69a48fa7ca73c3fb16 /src
parentc8e567bfd82f75f0ba4c6c8c3eaf185e830c6fc1 (diff)
mac: use real split ROMs for maciici [Guru]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/mac.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/mac.cpp b/src/mame/drivers/mac.cpp
index 907dab8926b..f54379d1754 100644
--- a/src/mame/drivers/mac.cpp
+++ b/src/mame/drivers/mac.cpp
@@ -2305,7 +2305,10 @@ ROM_END
ROM_START( maciici )
ROM_REGION32_BE(0x80000, "bootrom", 0)
- ROM_LOAD( "368cadfe.rom", 0x000000, 0x080000, CRC(46adbf74) SHA1(b54f9d2ed16b63c49ed55adbe4685ebe73eb6e80) )
+ ROM_LOAD32_BYTE( "341-0736.um12", 0x000000, 0x020000, CRC(7a1906e6) SHA1(3e39c80b52f40798502fcbdfc97b315545c4c4d3) )
+ ROM_LOAD32_BYTE( "341-0735.um11", 0x000001, 0x020000, CRC(a8942189) SHA1(be9f653cab04c304d7ee8d4ec312c23ff5d47efc) )
+ ROM_LOAD32_BYTE( "342-0734.um10", 0x000002, 0x020000, CRC(07f56402) SHA1(e11ca97181faf26cd0d05bd639d65998805c7822) )
+ ROM_LOAD32_BYTE( "342-0733.um9", 0x000003, 0x020000, CRC(20c28451) SHA1(fecf849c9ac9717c18c13184e24a471888028e46) )
ROM_END
ROM_START( maciisi )