summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2024-10-04 10:17:56 +0200
committer angelosa <lordkale4@gmail.com>2024-10-04 10:18:19 +0200
commit115ac9382f1db4d264fa388da784a6a9831fc3b0 (patch)
tree1ffe07ca8028eef928de67347be44271c45acbd9 /scripts/src
parent52db3f2b4ff255da06874338cbb49305c87f0979 (diff)
ibm/thinkpad600.cpp: hookup Super I/O
Diffstat (limited to 'scripts/src')
-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 d462d65ee8f..19ed1d347b5 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4476,6 +4476,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/pc97338.h,MACHINES["PC97338"] = true
+---------------------------------------------------
+
+if (MACHINES["PC97338"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pc97338.cpp",
+ MAME_DIR .. "src/devices/machine/pc97338.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/w83787f.h,MACHINES["W83787F"] = true
---------------------------------------------------