diff options
| author | 2026-04-25 23:18:51 +0200 | |
|---|---|---|
| committer | 2026-04-26 03:26:07 +0200 | |
| commit | 6f4391d663799ecbd29baa50e16b76f3c2d15af0 (patch) | |
| tree | 790532525d9f2d2f4ce937487bafcf7685e753b7 /scripts/src/sound.lua | |
| parent | 39decb6c033161f8660e900ce1de82356bd4b5ba (diff) | |
mb87077: actually add mb87077 type
Diffstat (limited to 'scripts/src/sound.lua')
| -rw-r--r-- | scripts/src/sound.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 936938ed563..b62f0e2867d 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -555,7 +555,7 @@ if SOUNDS["K053260"] then } end -if MACHINES["K054321"] then +if SOUNDS["K054321"] then files { MAME_DIR .. "src/devices/sound/k054321.cpp", MAME_DIR .. "src/devices/sound/k054321.h", @@ -634,7 +634,7 @@ end --@src/devices/sound/mb87077.h,SOUNDS["MB87077"] = true --------------------------------------------------- -if MACHINES["MB87077"] then +if SOUNDS["MB87077"] then files { MAME_DIR .. "src/devices/sound/mb87077.cpp", MAME_DIR .. "src/devices/sound/mb87077.h", |
