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

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsCPU.h] - Diff between revs 30 and 32

Show entire file | Details | Blame | View Log

Rev 30 Rev 32
Line 1... Line 1...
#pragma once
#pragma once
#include "clsSystem.h"
 
 
extern class clsSystem;
 
 
class clsCPU
class clsCPU
{
{
public:
public:
        bool irq;
        bool irq;
        unsigned __int16 vecno;
        unsigned __int16 vecno;
        unsigned __int64 pcs[40];
        unsigned __int64 pcs[40];
        clsSystem *system1;
        clsSystem *system1;
public:
public:
 
        bool isRunning;
 
        unsigned int sub_depth;
        virtual void Reset() {};
        virtual void Reset() {};
        virtual void Step() {};
        virtual void Step() {};
};
};
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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