summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2016-06-14 23:39:53 +0300
committer Curt Coder <curtcoder@mail.com>2016-06-14 23:41:17 +0300
commit7576d9f758b531fab2d78af35b82c68a82ea0fa1 (patch)
tree3470ae28c0ed641871219936f3e2c692fc677971 /src/devices
parent4f141cc48e6d060fe00641b204bdb870e71c0772 (diff)
abc80x: Added ROM version 1.05 for the 55-21046 disk controller. [Anders Sandahl]
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/bus/abcbus/lux21046.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/devices/bus/abcbus/lux21046.cpp b/src/devices/bus/abcbus/lux21046.cpp
index 5a7f693d275..244c4be977f 100644
--- a/src/devices/bus/abcbus/lux21046.cpp
+++ b/src/devices/bus/abcbus/lux21046.cpp
@@ -108,12 +108,14 @@ const device_type ABC850_FLOPPY = &device_creator<abc850_floppy_device>;
ROM_START( luxor_55_21046 )
ROM_REGION( 0x4000, Z80_TAG, 0 )
ROM_DEFAULT_BIOS( "v107" )
- ROM_SYSTEM_BIOS( 0, "v107", "Luxor v1.07 (1985-07-03)" )
- ROMX_LOAD( "cntr 1.07 6490318-07.6cd", 0x0000, 0x4000, CRC(db8c1c0e) SHA1(8bccd5bc72124984de529ee058df779f06d2c1d5), ROM_BIOS(1) )
- ROM_SYSTEM_BIOS( 1, "v108", "Luxor v1.08 (1986-03-12)" )
- ROMX_LOAD( "cntr 108.6cd", 0x2000, 0x2000, CRC(229764cb) SHA1(a2e2f6f49c31b827efc62f894de9a770b65d109d), ROM_BIOS(2) )
- ROM_SYSTEM_BIOS( 2, "v207", "DiAB v2.07 (1987-06-24)" )
- ROMX_LOAD( "diab 207.6cd", 0x2000, 0x2000, CRC(86622f52) SHA1(61ad271de53152c1640c0b364fce46d1b0b4c7e2), ROM_BIOS(3) )
+ 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) )
+ 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)" )
+ ROMX_LOAD( "cntr 108.6cd", 0x2000, 0x2000, CRC(229764cb) SHA1(a2e2f6f49c31b827efc62f894de9a770b65d109d), ROM_BIOS(3) )
+ ROM_SYSTEM_BIOS( 3, "v207", "DiAB v2.07 (1987-06-24)" )
+ ROMX_LOAD( "diab 207.6cd", 0x2000, 0x2000, CRC(86622f52) SHA1(61ad271de53152c1640c0b364fce46d1b0b4c7e2), ROM_BIOS(4) )
ROM_REGION( 0x104, "plds", 0 )
ROM_LOAD( "pal16r4.2a", 0x000, 0x104, NO_DUMP)