summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-08-30 20:31:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-08-30 20:31:55 -0400
commit7a93c921fd7fa2ec837f8f70f6afebe0df74284d (patch)
tree0e8ed78d79dd57ca37ee0684881e66b4042f147c /scripts
parent7831b5657b1046936626fb21b010ead919848533 (diff)
tr707, tr727, mks7: Add skeleton MB63H114 device
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 33ced0d6c69..14087cee686 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3345,6 +3345,8 @@ files {
MAME_DIR .. "src/mame/audio/bu3905.h",
MAME_DIR .. "src/mame/audio/jx8p_synth.cpp",
MAME_DIR .. "src/mame/audio/jx8p_synth.h",
+ MAME_DIR .. "src/mame/audio/mb63h114.cpp",
+ MAME_DIR .. "src/mame/audio/mb63h114.h",
MAME_DIR .. "src/mame/machine/mb62h195.cpp",
MAME_DIR .. "src/mame/machine/mb62h195.h",
MAME_DIR .. "src/mame/machine/mb63h149.cpp",