summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mzr8105.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mzr8105.cpp')
-rw-r--r--src/mame/drivers/mzr8105.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mzr8105.cpp b/src/mame/drivers/mzr8105.cpp
index 1c18b485535..c576a5f189f 100644
--- a/src/mame/drivers/mzr8105.cpp
+++ b/src/mame/drivers/mzr8105.cpp
@@ -225,8 +225,8 @@ MACHINE_CONFIG_END
*/
ROM_START (mzr8105)
ROM_REGION (0x20000, "roms", 0)
- ROM_LOAD16_BYTE ("mzros9LB.bin", 0x000000, 0x2000, CRC (7c6a354d) SHA1 (2721eb649c8046dbcb517a36a97dc0816cd133f2))
- ROM_LOAD16_BYTE ("mzros9HB.bin", 0x000001, 0x2000, CRC (d18e69a6) SHA1 (a00b68f4d649bcc09a29361f8692e52be12b3792))
+ ROM_LOAD16_BYTE ("mzros9lb.bin", 0x000000, 0x2000, CRC (7c6a354d) SHA1 (2721eb649c8046dbcb517a36a97dc0816cd133f2))
+ ROM_LOAD16_BYTE ("mzros9hb.bin", 0x000001, 0x2000, CRC (d18e69a6) SHA1 (a00b68f4d649bcc09a29361f8692e52be12b3792))
ROM_END
/* Driver */