Merge pull request #3801 from cam900/patch-43

virtual.lua : Add YM2610 support
This commit is contained in:
ajrhacker 2018-07-27 23:44:43 -04:00 committed by GitHub
commit 3dc8ca2662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ SOUNDS["YM2151"] = true
SOUNDS["YM2203"] = true SOUNDS["YM2203"] = true
SOUNDS["YM2413"] = true SOUNDS["YM2413"] = true
SOUNDS["YM2608"] = true SOUNDS["YM2608"] = true
SOUNDS["YM2610"] = true
SOUNDS["YM2612"] = true SOUNDS["YM2612"] = true
SOUNDS["YM3526"] = true SOUNDS["YM3526"] = true
SOUNDS["YM3812"] = true SOUNDS["YM3812"] = true