summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-14 00:31:52 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-14 00:32:55 -0400
commite49e75c1227542f04e56dcc91af8e6aa58463823 (patch)
treefc5a9baed094a8d52aa73c22bfd20cf6cd1fa0d8 /scripts/src/machine.lua
parent70389c5762cbd869340fa1f95bd964b041a64501 (diff)
Add device emulation for MM5307 Baud Rate Generator
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 a456bf31ef8..e58809b2470 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1976,6 +1976,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mm5307.h,MACHINES["MM5307"] = true
+---------------------------------------------------
+
+if (MACHINES["MM5307"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mm5307.cpp",
+ MAME_DIR .. "src/devices/machine/mm5307.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mm58274c.h,MACHINES["MM58274C"] = true
---------------------------------------------------