diff options
| author | 2026-04-25 22:58:34 +0200 | |
|---|---|---|
| committer | 2026-04-26 03:26:07 +0200 | |
| commit | 39decb6c033161f8660e900ce1de82356bd4b5ba (patch) | |
| tree | 2144dd005fcd9b53fc7dc820085aa51001fa68f8 /scripts/src/sound.lua | |
| parent | 66777c37dea0da72ae78f76be1e96d92606f402a (diff) | |
source org: move k054321 and mb87078 from machine to sound folder (renamed latter to mb87077)
Diffstat (limited to 'scripts/src/sound.lua')
| -rw-r--r-- | scripts/src/sound.lua | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 8d9f8fdd832..936938ed563 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -522,6 +522,7 @@ end --@src/devices/sound/k007232.h,SOUNDS["K007232"] = true --@src/devices/sound/k051649.h,SOUNDS["K051649"] = true --@src/devices/sound/k053260.h,SOUNDS["K053260"] = true +--@src/devices/sound/k054321.h,SOUNDS["K054321"] = true --@src/devices/sound/k054539.h,SOUNDS["K054539"] = true --@src/devices/sound/k056800.h,SOUNDS["K056800"] = true --------------------------------------------------- @@ -554,6 +555,13 @@ if SOUNDS["K053260"] then } end +if MACHINES["K054321"] then + files { + MAME_DIR .. "src/devices/sound/k054321.cpp", + MAME_DIR .. "src/devices/sound/k054321.h", + } +end + if SOUNDS["K054539"] then files { MAME_DIR .. "src/devices/sound/k054539.cpp", @@ -622,6 +630,20 @@ end --------------------------------------------------- +-- Fujitsu MB87077 volume controller +--@src/devices/sound/mb87077.h,SOUNDS["MB87077"] = true +--------------------------------------------------- + +if MACHINES["MB87077"] then + files { + MAME_DIR .. "src/devices/sound/mb87077.cpp", + MAME_DIR .. "src/devices/sound/mb87077.h", + } +end + + + +--------------------------------------------------- -- Micronas DAC 3550A Stereo Audio DAC --@src/devices/sound/dac3350a.h,SOUNDS["DAC3350A"] = true --------------------------------------------------- |
