AxibugEmuOnline/References/VirtuaNESex_src_191105/NES/PadEX/EXPAD_HyperShot.h

19 lines
417 B
C
Raw Normal View History

2024-08-05 17:58:53 +08:00
//////////////////////////////////////////////////////////////////////////
// Hyper Shot //
//////////////////////////////////////////////////////////////////////////
class EXPAD_HyperShot : public EXPAD
{
public:
EXPAD_HyperShot( NES* parent ) : EXPAD( parent ) {}
void Reset();
void Strobe();
BYTE Read4017();
protected:
BYTE shotbits;
private:
};