fix coleco sound which had got unhooked

This commit is contained in:
zeromus 2015-04-12 05:52:40 +00:00
parent 8d86ee012e
commit e7564f11ae
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ namespace BizHawk.Emulation.Cores.ColecoVision
public string BoardName { get { return null; } }
public ISyncSoundProvider SyncSoundProvider { get { return null; } }
public ISyncSoundProvider SyncSoundProvider { get { return new FakeSyncSound(SoundProvider, 735); } }
public bool StartAsyncSound() { return true; }
public void EndAsyncSound() { }
}