예제 #1
0
파일: YCPU.cs 프로젝트: pabru/YCPU
 /// <summary>
 /// Initializes a new YCPU.
 /// </summary>
 public YCPU()
 {
     BUS   = new YBUS(this);
     m_RTC = new YRTC();
     InitializeOpcodes();
     InitializeMemory();
     PS = 0x0000;
 }
예제 #2
0
파일: YCPU.cs 프로젝트: ZaneDubya/YCPU
 /// <summary>
 /// Initializes a new YCPU.
 /// </summary>
 public YCPU()
 {
     BUS = new YBUS(this);
     m_RTC = new YRTC();
     InitializeOpcodes();
     InitializeMemory();
     PS = 0x0000;
 }