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

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsPIC.cpp] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 robfinch
#include "StdAfx.h"
2
#include "clsPIC.h"
3
 
4
 
5
clsPIC::clsPIC(void)
6
{
7
        Reset();
8
}
9
 
10
void clsPIC::Reset(void)
11
{
12
        int nn;
13
 
14
        for (nn = 0; nn < 16; nn++) {
15
                enables[nn] = false;
16
        }
17
        irq30Hz = false;
18
        irq1024Hz = false;
19
        irqKeyboard = false;
20
}

powered by: WebSVN 2.1.0

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