Skip to content

Commit 115ac93

Browse files
committed
ibm/thinkpad600.cpp: hookup Super I/O
1 parent 52db3f2 commit 115ac93

File tree

4 files changed

+592
-16
lines changed

4 files changed

+592
-16
lines changed

scripts/src/machine.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4474,6 +4474,18 @@ if (MACHINES["PC87306"]~=null) then
44744474
}
44754475
end
44764476

4477+
---------------------------------------------------
4478+
--
4479+
--@src/devices/machine/pc97338.h,MACHINES["PC97338"] = true
4480+
---------------------------------------------------
4481+
4482+
if (MACHINES["PC97338"]~=null) then
4483+
files {
4484+
MAME_DIR .. "src/devices/machine/pc97338.cpp",
4485+
MAME_DIR .. "src/devices/machine/pc97338.h",
4486+
}
4487+
end
4488+
44774489
---------------------------------------------------
44784490
--
44794491
--@src/devices/machine/w83787f.h,MACHINES["W83787F"] = true

0 commit comments

Comments
 (0)