summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-11-12 02:41:55 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-11-12 02:42:19 +0100
commit1b08996e2b3b043bdd0b68868d7c6578b97cb484 (patch)
tree258df2f348363ef5ef12521ee3aa34e457e0ae04 /scripts/src/machine.lua
parent208182c9c42d7c3836382ecac86c23cc7682ac77 (diff)
-dp8573.cpp: Added DP8573 Real-Time Clock emulation. [Ryan Holtz]
-indigo.cpp: Hooked up new DP8573 implementation. [Ryan Holtz]
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 836d3e2d5b9..9433450b1b9 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3228,6 +3228,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/dp8573.h,MACHINES["DP8573"] = true
+---------------------------------------------------
+
+if (MACHINES["DP8573"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/dp8573.cpp",
+ MAME_DIR .. "src/devices/machine/dp8573.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pc_lpt.h,MACHINES["PC_LPT"] = true
---------------------------------------------------