예제 #1
0
 public MemoryBus(GameBoy gb)
 {
     this.gb  = gb;
     this.cpu = gb.cpu;
     this.gpu = gb.gpu;
     this.ext = new ExternalBus(this.gb);
 }
예제 #2
0
 public MBC1(ExternalBus ext)
 {
     this.ext = ext;
 }