mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
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]
This commit is contained in:
parent
6ad1900e4c
commit
5a42c9c12b
@ -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>
|
||||
|
@ -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)" )
|
||||
|
Loading…
Reference in New Issue
Block a user