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

Subversion Repositories z80control

[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [SW/] [PS2_Thread.h] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 tylerapohl
//---------------------------------------------------------------------------
2
 
3
#ifndef PS2_ThreadH
4
#define PS2_ThreadH
5
//---------------------------------------------------------------------------
6
#include <Classes.hpp>
7
//---------------------------------------------------------------------------
8
class TPS2_REC : public TThread
9
{
10
private:
11
   char Get_ASCII;
12
protected:
13
   void __fastcall Execute();
14
public:
15
   __fastcall TPS2_REC(bool CreateSuspended);
16
   void __fastcall Show_ASCII();
17
};
18
//---------------------------------------------------------------------------
19
#endif
20
 

powered by: WebSVN 2.1.0

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