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

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsKeyboard.cpp] - Blame information for rev 32

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

Line No. Rev Author Line
1 30 robfinch
#include "StdAfx.h"
2
#include "clsKeyboard.h"
3
 
4
 
5
clsKeyboard::clsKeyboard(void)
6
{
7
        scancode = 0;
8
        status = 0;
9
        head = tail = 0;
10
}
11
 
12
 
13
clsKeyboard::~clsKeyboard(void)
14
{
15
}

powered by: WebSVN 2.1.0

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