Beispiel #1
0
 public GameBoy()
 {
     CPU       = new LR25902(this);
     Video     = new Display(160, 144);
     Cartridge = Cartridge.Nothing;
     Memory    = new MemoryMap();
 }
Beispiel #2
0
 public void SetUp()
 {
     _cpu = new LR25902(null);
 }