diff options
| author | 2026-04-25 22:58:34 +0200 | |
|---|---|---|
| committer | 2026-04-26 03:26:07 +0200 | |
| commit | 39decb6c033161f8660e900ce1de82356bd4b5ba (patch) | |
| tree | 2144dd005fcd9b53fc7dc820085aa51001fa68f8 /scripts | |
| parent | 66777c37dea0da72ae78f76be1e96d92606f402a (diff) | |
source org: move k054321 and mb87078 from machine to sound folder (renamed latter to mb87077)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 23 | ||||
| -rw-r--r-- | scripts/src/sound.lua | 22 |
2 files changed, 22 insertions, 23 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 21c4b9b1ec6..d84f3d01041 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2326,18 +2326,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/mb87078.h,MACHINES["MB87078"] = true ---------------------------------------------------- - -if MACHINES["MB87078"] then - files { - MAME_DIR .. "src/devices/machine/mb87078.cpp", - MAME_DIR .. "src/devices/machine/mb87078.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/mb8795.h,MACHINES["MB8795"] = true --------------------------------------------------- @@ -4883,17 +4871,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/k054321.h,MACHINES["K054321"] = true ---------------------------------------------------- -if MACHINES["K054321"] then - files { - MAME_DIR .. "src/devices/machine/k054321.cpp", - MAME_DIR .. "src/devices/machine/k054321.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/smioc.h,MACHINES["SMIOC"] = true --------------------------------------------------- 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 --------------------------------------------------- |
