Skip to content

Commit

Permalink
QSound LLE available with a 3-character change
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas committed Mar 15, 2018
1 parent 8faa36c commit 3f67473
Show file tree
Hide file tree
Showing 6 changed files with 695 additions and 261 deletions.
2 changes: 2 additions & 0 deletions scripts/src/sound.lua
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,8 @@ if (SOUNDS["QSOUND"]~=null) then
files {
MAME_DIR .. "src/devices/sound/qsound.cpp",
MAME_DIR .. "src/devices/sound/qsound.h",
MAME_DIR .. "src/devices/sound/qsoundhle.cpp",
MAME_DIR .. "src/devices/sound/qsoundhle.h",
}
end

Expand Down
4 changes: 2 additions & 2 deletions src/devices/cpu/dsp16/dsp16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
DEVICE TYPE DEFINITIONS
***************************************************************************/

DEFINE_DEVICE_TYPE(DSP16, dsp16_device, "dsp16", "DSP16")
DEFINE_DEVICE_TYPE(DSP16A, dsp16a_device, "dsp16a", "DSP16A")
DEFINE_DEVICE_TYPE(DSP16, dsp16_device, "dsp16", "WE|AT&T DSP16")
DEFINE_DEVICE_TYPE(DSP16A, dsp16a_device, "dsp16a", "WE|AT&T DSP16A")


/***************************************************************************
Expand Down
Loading

0 comments on commit 3f67473

Please sign in to comment.