Beispiel #1
0
 public BaseTest()
 {
     _cpu = new CPU(new GPU());
     _cpu.SetMMU(new AddressReturnedMMU());
 }