summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dms5000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dms5000.cpp')
-rw-r--r--src/mame/drivers/dms5000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dms5000.cpp b/src/mame/drivers/dms5000.cpp
index 1eb4a93cc4a..fa61cc667dc 100644
--- a/src/mame/drivers/dms5000.cpp
+++ b/src/mame/drivers/dms5000.cpp
@@ -117,7 +117,7 @@ void dms5000_state::dms5000(machine_config &config)
/* ROM definition */
ROM_START( dms5000 )
- ROM_REGION( 0x4000, "user1", ROMREGION_ERASEFF )
+ ROM_REGION16_LE( 0x4000, "user1", ROMREGION_ERASEFF )
ROM_LOAD16_BYTE( "dms-5000_54-8673o.bin", 0x0001, 0x2000, CRC(dce9823e) SHA1(d36ab87d2e6f5e9f02d59a6a7724ad3ce2428a2f))
ROM_LOAD16_BYTE( "dms-5000_54-8672e.bin", 0x0000, 0x2000, CRC(94d64c06) SHA1(be5a53da7bb29a5fa9ac31efe550d5d6ff8b77cd))
ROM_END