diff options
| author | 2026-02-10 14:56:18 +0100 | |
|---|---|---|
| committer | 2026-02-10 20:09:00 +0100 | |
| commit | 484027c725ab5fddd0dcac1827857bb01ba7adc6 (patch) | |
| tree | 75610d8fdb08ff4551f2f9198cdb541892e7e0b1 /scripts/src/machine.lua | |
| parent | cb4ef7e6d86e8670d6328041aefde62970a7cd56 (diff) | |
ibm/ptpc110.cpp: preliminary FDC37C665IR hookup
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 b98adb0abc5..a1deb406ec7 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4537,6 +4537,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/fdc37c665ir.h,MACHINES["FDC37C665IR"] = true +--------------------------------------------------- + +if MACHINES["FDC37C665IR"] then + files { + MAME_DIR .. "src/devices/machine/fdc37c665ir.cpp", + MAME_DIR .. "src/devices/machine/fdc37c665ir.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pci9050.h,MACHINES["PCI9050"] = true --------------------------------------------------- |
