Esempio n. 1
0
 public OPLXLPT(OPLType type, LPTport port)
 {
     this.type = type;
     this.port = port;
     Init(0);
 }
Esempio n. 2
0
 public DosBoxOPL(OPLType type)
 {
     _type = type;
 }
Esempio n. 3
0
 public NukedOPL(OPLType type)
 {
     _type = type;
     _rate = 0;
 }