diff options
author | 2017-02-16 12:20:35 +1100 | |
---|---|---|
committer | 2017-02-16 12:20:35 +1100 | |
commit | fb087b6c9231b272cb48d6004c7984eebaf5d24f (patch) | |
tree | 14c2df6b2e3f696d11d72b32ae475cc4278071db /scripts/src/sound.lua | |
parent | 6ed0bad7f8a2bea7299ab1a8c8908f55b3accebd (diff) |
Cherry-pick some features from self-registering drivers PoC:
* Use size_t for sizes and <algorithm> for algorithms
* Fix up some files that were getting linked into multiple libs
* Add missing virtual method to sh2 peripheral class
* Put shortname in driver struct for locality
* Use shared pointers in config LRU cache for safety
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 171ad3f30cc..fd1dc2f33a3 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -755,9 +755,6 @@ if (SOUNDS["QSOUND"]~=null) then files { MAME_DIR .. "src/devices/sound/qsound.cpp", MAME_DIR .. "src/devices/sound/qsound.h", - MAME_DIR .. "src/devices/cpu/dsp16/dsp16.cpp", - MAME_DIR .. "src/devices/cpu/dsp16/dsp16.h", - MAME_DIR .. "src/devices/cpu/dsp16/dsp16dis.cpp", } end |