URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsKeyboard.cpp] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
#include "StdAfx.h" #include "clsKeyboard.h" clsKeyboard::clsKeyboard(void) { scancode = 0; status = 0; head = tail = 0; } clsKeyboard::~clsKeyboard(void) { }
Go to most recent revision | Compare with Previous | Blame | View Log