示例#1
0
 public void Init()
 {
     Emulator.Interpreter.Memory memory = new Emulator.Interpreter.Memory(0xFFFF);
     Emulator.Interpreter.Processor processor = new Emulator.Interpreter.Processor(memory);
 }
示例#2
0
 public void Init()
 {
     Emulator.Interpreter.Memory    memory    = new Emulator.Interpreter.Memory(0xFFFF);
     Emulator.Interpreter.Processor processor = new Emulator.Interpreter.Processor(memory);
 }