summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 0fb0e109de5..fb211d9c6b0 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1475,6 +1475,18 @@ if (MACHINES["GT913"]~=null) then
}
end
+--------------------------------------------------
+--
+--@src/devices/machine/acorn_ioc.h,MACHINES["GENERIC_SPI_FLASH"] = true
+--------------------------------------------------
+
+if (MACHINES["GENERIC_SPI_FLASH"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/generic_spi_flash.cpp",
+ MAME_DIR .. "src/devices/machine/generic_spi_flash.h",
+ }
+end
+
---------------------------------------------------
--
--@src/devices/machine/hd63450.h,MACHINES["HD63450"] = true