summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/if800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/if800.cpp')
-rw-r--r--src/mame/drivers/if800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/if800.cpp b/src/mame/drivers/if800.cpp
index d12dfeabee7..0719bb7f354 100644
--- a/src/mame/drivers/if800.cpp
+++ b/src/mame/drivers/if800.cpp
@@ -118,7 +118,7 @@ void if800_state::if800(machine_config &config)
/* ROM definition */
ROM_START( if800 )
- ROM_REGION( 0x2000, "ipl", ROMREGION_ERASEFF )
+ ROM_REGION16_LE( 0x2000, "ipl", ROMREGION_ERASEFF )
ROM_LOAD( "ipl.rom", 0x0000, 0x2000, CRC(36212491) SHA1(6eaa8885e2dccb6dd86def6c0c9be1870cee957f))
ROM_END