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