AxibugEmuOnline/References/virtuanessrc097-master/NES/PadEX/EXPAD_HyperShot.h

19 lines
872 B
C
Raw Normal View History

<EFBFBD><EFBFBD>//////////////////////////////////////////////////////////////////////////
// Hyper Shot //
//////////////////////////////////////////////////////////////////////////
class EXPAD_HyperShot : public EXPAD
{
public:
EXPAD_HyperShot( NES* parent ) : EXPAD( parent ) {}
void Reset();
void Strobe();
BYTE Read4017();
protected:
BYTE shotbits;
private:
};