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 + + Adaptec EZ-SCSI 4.01 (Rev A) + 1996 + Adaptec + + + + + + + + + + Adaptec EZ-SCSI 5.0 Deluxe Edition (Rev B) + + 1999 + Adaptec + + + + + + + + FreeDOS 1.0 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)" )