public CDROM(CD cd, SPU spu) { this.cd = cd; this.spu = spu; }
public CDROM(IHostWindow window, string diskFilename) { this.window = window; cd = new CD(diskFilename); }
public CDROM() { cd = new CD(); }
public CDROM() { //buffer.DiscardOnBufferOverflow = true; //buffer.BufferDuration = new TimeSpan(0, 0, 0, 0, 150); cd = new CD(); }