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

Subversion Repositories z80control

[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [SW/] [PS2_Thread.h] - Rev 12

Compare with Previous | Blame | View Log

//---------------------------------------------------------------------------
 
#ifndef PS2_ThreadH
#define PS2_ThreadH
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
class TPS2_REC : public TThread
{            
private:
   char Get_ASCII;
protected:
   void __fastcall Execute();
public:
   __fastcall TPS2_REC(bool CreateSuspended);
   void __fastcall Show_ASCII();
};
//---------------------------------------------------------------------------
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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