summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author grullosgo <42551661+grullosgo@users.noreply.github.com>2019-05-14 17:07:02 -0300
committer R. Belmont <rb6502@users.noreply.github.com>2019-05-14 16:07:02 -0400
commitaff42a99693d24b5234e7cba6584678fddd85b6e (patch)
treea5de6cb1f0c84a81ec7f51b93d67f61606626fde /scripts/src/machine.lua
parentbbb32eb832ba2cc75c7067dbea9c60971231703b (diff)
Add DS1994 device (#5054)
Add DS1994 device amaticmg driver: added ds1994 device, modified prom load, added ds1994 to romload
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 df21feff0cf..bc1f7609667 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -937,6 +937,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ds1994.h,MACHINES["DS1994"] = true
+---------------------------------------------------
+
+if (MACHINES["DS1994"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ds1994.cpp",
+ MAME_DIR .. "src/devices/machine/ds1994.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ds2401.h,MACHINES["DS2401"] = true
---------------------------------------------------