public MemoryBus(GameBoy gb) { this.gb = gb; this.cpu = gb.cpu; this.gpu = gb.gpu; this.ext = new ExternalBus(this.gb); }
public MBC1(ExternalBus ext) { this.ext = ext; }