From f197f35c25770a6b439601cc8fcafee34ca556c0 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 29 Jun 2023 05:31:33 +1000 Subject: machine/ataflash.cpp: Untangle from the parallel ATA interface. This isolates the ATA disk drive interface implementation from the physical parallel ATA device interface. The ATA Flash PC Card is no longer a kind of parallel ATA device. --- scripts/src/machine.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 2fcc8ea9a69..59dfd6dbdea 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -928,6 +928,18 @@ if (MACHINES["AT45DBXX"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/atahle.h,MACHINES["ATAHLE"] = true +--------------------------------------------------- + +if (MACHINES["ATAHLE"]~=null) then + files { + MAME_DIR .. "src/devices/machine/atahle.cpp", + MAME_DIR .. "src/devices/machine/atahle.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ataflash.h,MACHINES["ATAFLASH"] = true @@ -941,6 +953,18 @@ if (MACHINES["ATAFLASH"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/atastorage.h,MACHINES["ATASTORAGE"] = true +--------------------------------------------------- + +if (MACHINES["ATASTORAGE"]~=null) then + files { + MAME_DIR .. "src/devices/machine/atastorage.cpp", + MAME_DIR .. "src/devices/machine/atastorage.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/atmel_arm_aic.h,MACHINES["ARM_AIC"] = true -- cgit v1.2.3-70-g09d2