diff options
author | 2020-02-03 10:39:13 +0100 | |
---|---|---|
committer | 2020-02-03 10:39:13 +0100 | |
commit | a0e4df0deb0893282bce7a34ac85eb622e5eb4b1 (patch) | |
tree | c7575fdc8297791c71c46c09c14673d876a00ed1 /scripts/src/sound.lua | |
parent | 82d7052dc5e26715f4e499e543f51846f06885b2 (diff) |
sound.lua: fixed mm5837 entry, allows clean single driver build of beezer.cpp to complete (nw)
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 752b8af30e6..88b26e71285 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1436,7 +1436,7 @@ end --------------------------------------------------- -- MM5837 Noise Generator ---@src/devices/sound/mm5837.h,MACHINES["MM5837"] = true +--@src/devices/sound/mm5837.h,SOUNDS["MM5837"] = true --------------------------------------------------- if (SOUNDS["MM5837"]~=null) then |