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

15 lines
388 B
C++

//////////////////////////////////////////////////////////////////////////
// Mapper008 FFE F3xxx //
//////////////////////////////////////////////////////////////////////////
class Mapper008 : public Mapper
{
public:
Mapper008( NES* parent ) : Mapper(parent) {}
void Reset();
void Write(WORD addr, BYTE data);
protected:
private:
};