summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc1502.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mc1502.cpp')
-rw-r--r--src/mame/drivers/mc1502.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mc1502.cpp b/src/mame/drivers/mc1502.cpp
index f388f3b5cfd..99107023d23 100644
--- a/src/mame/drivers/mc1502.cpp
+++ b/src/mame/drivers/mc1502.cpp
@@ -324,7 +324,7 @@ void mc1502_state::mc1502(machine_config &config)
QWERTY).
*/
ROM_START( mc1502 )
- ROM_REGION16_LE(0x10000,"bios", 0)
+ ROM_REGION(0x10000,"bios", 0)
ROM_DEFAULT_BIOS("v52")
ROM_SYSTEM_BIOS(0, "v50", "v5.0 10/05/89")
@@ -374,7 +374,7 @@ ROM_END
different video subsystem (not emulated).
*/
ROM_START( pk88 )
- ROM_REGION16_LE(0x10000,"bios", 0)
+ ROM_REGION(0x10000, "bios", 0)
// datecode 07.23.87
ROM_LOAD( "b0.064", 0x0000, 0x2000, CRC(80d3cf5d) SHA1(64769b7a8b60ffeefa04e4afbec778069a2840c9))