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

15 lines
388 B
C++
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//////////////////////////////////////////////////////////////////////////
// Mapper089 SunSoft (<28>…ŒË‰©å) //
//////////////////////////////////////////////////////////////////////////
class Mapper089 : public Mapper
{
public:
Mapper089( NES* parent ) : Mapper(parent) {}
void Reset();
void Write(WORD addr, BYTE data);
protected:
private:
};