diff options
author | 2015-06-20 19:19:03 +0200 | |
---|---|---|
committer | 2015-06-20 19:19:03 +0200 | |
commit | 449a851e34e3c5097a1fa1a036e9a815d79c996c (patch) | |
tree | 433946c7fce780f4e3430794908275099c93816f /scripts/src/sound.lua | |
parent | c665cb017bd4ec75d8ddf2c849b3e3fec1f4d52c (diff) |
Fix more driver building, going deeper in checks (nw)
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index f92098a7a3d..1bd78f8ed35 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1130,6 +1130,7 @@ end --@src/emu/sound/ymf262.h,SOUNDS["YMF262"] = true --@src/emu/sound/ymf271.h,SOUNDS["YMF271"] = true --@src/emu/sound/ymf278b.h,SOUNDS["YMF278B"] = true +--@src/emu/sound/262intf.h,SOUNDS["YMF262"] = true --------------------------------------------------- if (SOUNDS["YM2151"]~=null) then |