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

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsCPU.h] - Blame information for rev 32

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 robfinch
#pragma once
2
 
3 32 robfinch
extern class clsSystem;
4
 
5 30 robfinch
class clsCPU
6
{
7
public:
8
        bool irq;
9
        unsigned __int16 vecno;
10
        unsigned __int64 pcs[40];
11
        clsSystem *system1;
12
public:
13 32 robfinch
        bool isRunning;
14
        unsigned int sub_depth;
15 30 robfinch
        virtual void Reset() {};
16
        virtual void Step() {};
17
};

powered by: WebSVN 2.1.0

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