2017-04-10 16:24:53 +00:00
|
|
|
|
using BizHawk.Emulation.Cores.Components;
|
2016-12-11 17:14:42 +00:00
|
|
|
|
|
|
|
|
|
namespace BizHawk.Emulation.Cores.ColecoVision
|
|
|
|
|
{
|
|
|
|
|
public partial class ColecoVision
|
|
|
|
|
{
|
2016-12-11 17:33:33 +00:00
|
|
|
|
private SN76489 PSG;
|
|
|
|
|
private FakeSyncSound _fakeSyncSound;
|
2016-12-11 17:14:42 +00:00
|
|
|
|
}
|
|
|
|
|
}
|