Esempio n. 1
0
        public Debugger(PERQSystem system)
        {
            BuildCommandTree();
            BuildVariableList();

            _debuggerPrompt = new DebuggerPrompt(_commandRoot);
            _system         = system;
        }
Esempio n. 2
0
 public VideoController(PERQSystem system)
 {
     _system = system;
     Reset();
 }
Esempio n. 3
0
 public Display(PERQSystem system)
 {
     _system = system;
     Initialize();
 }