summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--hash/ibm5170_cdrom.xml33
-rw-r--r--src/devices/bus/pci/aha2940au.cpp1
2 files changed, 34 insertions, 0 deletions
diff --git a/hash/ibm5170_cdrom.xml b/hash/ibm5170_cdrom.xml
index 59fbef72093..efb9dd624b4 100644
--- a/hash/ibm5170_cdrom.xml
+++ b/hash/ibm5170_cdrom.xml
@@ -6567,6 +6567,39 @@ French version with extra examples compared to English one
</part>
</software>
+ <software name="ezscsi401a" supported="no">
+ <description>Adaptec EZ-SCSI 4.01 (Rev A)</description>
+ <year>1996</year>
+ <publisher>Adaptec</publisher>
+ <notes><![CDATA[
+Support disk driver for Adaptec based SCSI controller cfr. [aha2940au] emulation, Windows 3.1/95 based
+ACAP folder has Adaptec Directory Listing in .hlp file (catalogue of supported products)
+SCSITUTR folder has a tutorial about SCSI in .hlp file
+]]></notes>
+ <part name="cdrom" interface="cdrom">
+ <diskarea name="cdrom">
+ <disk name="ezscsi_401" sha1="c090b80f703d89c257c6d32b2fca693f25903442"/>
+ </diskarea>
+ </part>
+ </software>
+
+ <software name="ezscsi50dx" supported="no">
+ <description>Adaptec EZ-SCSI 5.0 Deluxe Edition (Rev B)</description>
+ <!-- 1998 on disk print, '99 on back cover sleeve -->
+ <year>1999</year>
+ <publisher>Adaptec</publisher>
+ <notes><![CDATA[
+Support disk driver for Adaptec based SCSI controller, Windows 95/NT based
+Compatibility with [aha2940au] thru AHA-2940 driver to be verified.
+EZCDLITE Contains Easy CD Creator Lite ASPI setup
+]]></notes>
+ <part name="cdrom" interface="cdrom">
+ <diskarea name="cdrom">
+ <disk name="ezscsi_50dx" sha1="309f0b310812ecab2b242cd5df4e3dd19c7e7745"/>
+ </diskarea>
+ </part>
+ </software>
+
<software name="freedos10">
<description>FreeDOS 1.0</description>
diff --git a/src/devices/bus/pci/aha2940au.cpp b/src/devices/bus/pci/aha2940au.cpp
index d982330556f..e01d0695ace 100644
--- a/src/devices/bus/pci/aha2940au.cpp
+++ b/src/devices/bus/pci/aha2940au.cpp
@@ -41,6 +41,7 @@ aha2940au_scsi_device::aha2940au_scsi_device(const machine_config &mconfig, cons
{
}
+// NOTE: BIOS is FAT compressed, decompress as 8bios.bin under the hood.
ROM_START( aha2940au )
ROM_REGION32_LE( 0x8000, "scsi_rom", ROMREGION_ERASEFF )
ROM_SYSTEM_BIOS( 0, "v1.30", "AHA-2940AU (v1.30)" )