diff options
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 1578aae4857..3652709ec1a 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -5138,3 +5138,15 @@ if (MACHINES["MC88200"]~=null) then MAME_DIR .. "src/devices/machine/mc88200.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/pccard_sram.h,MACHINES["PCCARD_SRAM"] = true +--------------------------------------------------- + +if (MACHINES["PCCARD_SRAM"]~=null) then + files { + MAME_DIR .. "src/devices/machine/pccard_sram.cpp", + MAME_DIR .. "src/devices/machine/pccard_sram.h", + } +end |