OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsCPU.h] - Rev 32

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() {};
};
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.