diff options
| author | 2023-06-19 23:45:58 +0200 | |
|---|---|---|
| committer | 2023-06-19 23:45:58 +0200 | |
| commit | 2b4b520f39fe03554c5eeaf79591a919c34fd1a1 (patch) | |
| tree | 80c81b9ad9df2f9b32552f20560fb1ddf8245b92 /scripts | |
| parent | 41c670b7a605c217dbff2650117a022f1ac05b9a (diff) | |
misc/odyssey.cpp: write a skeleton device for PC87306 Super I/O
Diffstat (limited to 'scripts')
| -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 c093d9c518d..2fcc8ea9a69 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4363,6 +4363,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/pc87306.h,MACHINES["PC87306"] = true +--------------------------------------------------- + +if (MACHINES["PC87306"]~=null) then + files { + MAME_DIR .. "src/devices/machine/pc87306.cpp", + MAME_DIR .. "src/devices/machine/pc87306.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/w83977tf.h,MACHINES["W83977TF"] = true --------------------------------------------------- |
