diff options
| author | 2021-01-12 13:29:34 -0500 | |
|---|---|---|
| committer | 2021-01-12 13:29:34 -0500 | |
| commit | e325adaed353897bdc9f8083447dfb82d7160ac2 (patch) | |
| tree | ead3515a0d7baaa762f96935b400e34f10c14a43 /scripts | |
| parent | ae0bb17dc3f0adcfc775fd8d13d268823e91b203 (diff) | |
roland_s10.cpp, roland_s50.cpp: Add skeleton sampler devices
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 0ac2a6bd64a..0669f3c1dac 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3421,6 +3421,8 @@ files { 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/audio/sa16.cpp", + MAME_DIR .. "src/mame/audio/sa16.h", MAME_DIR .. "src/mame/machine/mb62h195.cpp", MAME_DIR .. "src/mame/machine/mb62h195.h", MAME_DIR .. "src/mame/machine/mb63h149.cpp", |
