diff options
author | 2024-01-20 23:00:53 +0100 | |
---|---|---|
committer | 2024-01-20 23:01:33 +0100 | |
commit | 5a42c9c12bad9c2416c3b334ea99af64dfb80634 (patch) | |
tree | ee422e6d55f606193efa3ee3ceaf835d4da863bb /src | |
parent | 6ad1900e4c3fe0b3aae1e78f8db72902ef020f1d (diff) |
New software list items marked not working
------------------------------------------
ibm5170_cdrom: Adaptec EZ-SCSI 4.01 (Rev A), Adaptec EZ-SCSI 5.0 Deluxe Edition (Rev B) [archive.org]
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/bus/pci/aha2940au.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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)" ) |