diff options
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", |
