diff options
| author | 2017-07-14 15:50:53 -0400 | |
|---|---|---|
| committer | 2017-07-14 15:50:53 -0400 | |
| commit | 0448ff4e26393ab2fd5709ac2abafd2a774965a5 (patch) | |
| tree | e3593f7551bd34f9f17260dbab0c19ce8b820647 /scripts/target | |
| parent | 39b1db6c54fe0dd047c1cf1db4cb892d5821d822 (diff) | |
Add sound cores needed to allow virtual subtarget to compile (nw)
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/virtual.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/virtual.lua b/scripts/target/mame/virtual.lua index 5a884e33fc0..ea9905cf74a 100644 --- a/scripts/target/mame/virtual.lua +++ b/scripts/target/mame/virtual.lua @@ -31,6 +31,8 @@ SOUNDS["YM2203"] = true SOUNDS["AY8910"] = true SOUNDS["YM3526"] = true SOUNDS["YM3812"] = true +SOUNDS["YMF271"] = true +SOUNDS["YMZ280B"] = true SOUNDS["C6280"] = true SOUNDS["SN76496"] = true SOUNDS["K053260"] = true |
