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

Subversion Repositories thor

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 30 Rev 32
Line 1... Line 1...
#pragma once
#pragma once
class clsKeyboard
#include "clsDevice.h"
 
 
 
class clsKeyboard : public clsDevice
{
{
        unsigned __int8 buffer[32];
        unsigned __int8 buffer[32];
        int head;
        int head;
        int tail;
        int tail;
public:
public:

powered by: WebSVN 2.1.0

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