namespace VirtualNes.Core { public interface ISoundDataBuffer { void WriteByte(byte value); } }