Example #1
0
		public Serial(PCEmulator pcEmulator, int i, Func<object> func, object serialWrite)
		{
			throw new NotImplementedException();
		}
Example #2
0
		public KBD(PCEmulator pcEmulator, Action reset)
		{
			throw new NotImplementedException();
		}
		public PIC_Controller(PCEmulator pcEmulator, int i, int i1, Func<object> bind)
		{
			throw new System.NotImplementedException();
		}
Example #4
0
		public PIT(PCEmulator pcEmulator, Func<object> func, Func<object> returnCycleCount)
		{
			throw new NotImplementedException();
		}
Example #5
0
		public CMOS(PCEmulator pcEmulator)
		{
			throw new NotImplementedException();
		}
		public clipboard_device(PCEmulator pcEmulator, int i, object clipboardGet, object clipboardSet, object getBootTime)
		{
			throw new NotImplementedException();
		}