summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2016-06-15 15:49:08 +0300
committer Curt Coder <curtcoder@mail.com>2016-06-15 15:49:08 +0300
commit073848e1c3e11b4dd77c355ed815c59796ae3c0c (patch)
tree26f37acb28a6a3305291e84464d0be9d6ddfab34 /src/devices
parent666c5237004e7ca25ed24a528943b83d90ce354e (diff)
abc80x: Fixed ROM loading. (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/bus/abcbus/lux21046.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abcbus/lux21046.cpp b/src/devices/bus/abcbus/lux21046.cpp
index 7b303156cb0..1931cbad35a 100644
--- a/src/devices/bus/abcbus/lux21046.cpp
+++ b/src/devices/bus/abcbus/lux21046.cpp
@@ -109,7 +109,7 @@ ROM_START( luxor_55_21046 )
ROM_REGION( 0x4000, Z80_TAG, 0 )
ROM_DEFAULT_BIOS( "v107" )
ROM_SYSTEM_BIOS( 0, "v105", "Luxor v1.05 (1984-10-04)" )
- ROMX_LOAD( "cntr 105.6cd", 0x0000, 0x4000, CRC(44043025) SHA1(17487ca35b399bb49d4015bbeede0809db8e772f), ROM_BIOS(1) )
+ ROMX_LOAD( "cntr 105.6cd", 0x2000, 0x2000, CRC(44043025) SHA1(17487ca35b399bb49d4015bbeede0809db8e772f), ROM_BIOS(1) )
ROM_SYSTEM_BIOS( 1, "v107", "Luxor v1.07 (1985-07-03)" )
ROMX_LOAD( "cntr 1.07 6490318-07.6cd", 0x0000, 0x4000, CRC(db8c1c0e) SHA1(8bccd5bc72124984de529ee058df779f06d2c1d5), ROM_BIOS(2) )
ROM_SYSTEM_BIOS( 2, "v108", "Luxor v1.08 (1986-03-12)" )