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

15 lines
391 B
C++

//////////////////////////////////////////////////////////////////////////
// Mapper151 VS-Unisystem //
//////////////////////////////////////////////////////////////////////////
class Mapper151 : public Mapper
{
public:
Mapper151( NES* parent ) : Mapper(parent) {}
void Reset();
void Write(WORD addr, BYTE data);
protected:
private:
};