summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2018-04-26 19:36:10 +0200
committer yz70s <yz70s@users.noreply.github.com>2018-04-27 09:43:50 +0200
commitc663e1d7cc0d606aa70ef1e6c20c3b690ed0da09 (patch)
treec648c8de322adb3907e91fb77d66fbfe6d2c5745 /scripts/src/machine.lua
parent1f6f6765563ad13156cfbe8d2523dc111f87ffd2 (diff)
New device, SMSC FDC37C93x Plug and Play Compatible Ultra I/O Controller ! [Samuele Zannoli]
It is not complete yet but the floppy disk and keyboard work and is enough to boot the m55hi-plus motherboard.
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 6b0c191eebc..7b52ddf58f3 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3299,6 +3299,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/fdc37c93x.h,MACHINES["FDC37C93X"] = true
+---------------------------------------------------
+
+if (MACHINES["FDC37C93X"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/fdc37c93x.cpp",
+ MAME_DIR .. "src/devices/machine/fdc37c93x.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pdc.h,MACHINES["PDC"] = true
---------------------------------------------------