summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomigd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomigd.cpp')
-rw-r--r--src/mame/machine/naomigd.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/naomigd.cpp b/src/mame/machine/naomigd.cpp
index afa5e54fda7..9468b4edcc8 100644
--- a/src/mame/machine/naomigd.cpp
+++ b/src/mame/machine/naomigd.cpp
@@ -1070,10 +1070,10 @@ ROM_START( dimm )
// dynamically filled with data
ROM_REGION(0x1000, "pic", ROMREGION_ERASE00)
- ROM_REGION(0x100, "i2c_0", ROMREGION_ERASE00)
- ROM_LOAD("dimmspd.bin", 0x00, 0x100, CRC(ad3bf001) SHA1(462290324b02ae87416381e24491319f35033ae3))
- ROM_REGION(0x100, "i2c_1", ROMREGION_ERASE00)
- ROM_LOAD("dimmspd.bin", 0x00, 0x100, CRC(ad3bf001) SHA1(462290324b02ae87416381e24491319f35033ae3))
+ ROM_REGION(0x80, "i2c_0", ROMREGION_ERASE00)
+ ROM_LOAD("dimmspd.bin", 0x00, 0x80, CRC(45dac6d7) SHA1(4548675f8d31348fa6828d5b4f247af1f072b62d))
+ ROM_REGION(0x80, "i2c_1", ROMREGION_ERASE00)
+ ROM_LOAD("dimmspd.bin", 0x00, 0x80, CRC(45dac6d7) SHA1(4548675f8d31348fa6828d5b4f247af1f072b62d))
ROM_REGION(0x80, "eeprom", ROMREGION_ERASE00)
ROM_LOAD("93c46.bin", 0x00, 0x80, CRC(daafbccd) SHA1(1e39983779a62ebc6801ec6f2a5138717a7a5259))
ROM_END