diff options
author | 2020-08-30 20:31:55 -0400 | |
---|---|---|
committer | 2020-08-30 20:31:55 -0400 | |
commit | 7a93c921fd7fa2ec837f8f70f6afebe0df74284d (patch) | |
tree | 0e8ed78d79dd57ca37ee0684881e66b4042f147c /scripts | |
parent | 7831b5657b1046936626fb21b010ead919848533 (diff) |
tr707, tr727, mks7: Add skeleton MB63H114 device
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/target/mame/mess.lua | 2 |
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", |