URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsCPU.h] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
#pragma once extern class clsSystem; class clsCPU { public: bool irq; unsigned __int16 vecno; unsigned __int64 pcs[40]; clsSystem *system1; public: bool isRunning; unsigned int sub_depth; virtual void Reset() {}; virtual void Step() {}; };
Go to most recent revision | Compare with Previous | Blame | View Log