AxibugEmuOnline/References/VirtuaNESex_src_191105/NES/PadEX/EXPAD_FamlyTrainer.h
2024-08-05 17:58:53 +08:00

24 lines
540 B
C++

//////////////////////////////////////////////////////////////////////////
// Famly Trainer //
//////////////////////////////////////////////////////////////////////////
class EXPAD_FamlyTrainer : public EXPAD
{
public:
EXPAD_FamlyTrainer( NES* parent ) : EXPAD( parent ) {}
void Reset();
BYTE Read4017();
void Write4016( BYTE data );
void Sync();
void SetSyncData( INT type, LONG data );
LONG GetSyncData( INT type );
protected:
BYTE outbits;
DWORD padbits;
private:
};