forked from sin365/AxibugEmuOnline
16 lines
417 B
C#
16 lines
417 B
C#
//////////////////////////////////////////////////////////////////////////
|
|
// MapperFk23c WaiXing San Guo Zhi - Xiong Ba Tian Xia (C) //
|
|
//////////////////////////////////////////////////////////////////////////
|
|
namespace VirtualNes.Core
|
|
{
|
|
public class _Mapper : Mapper
|
|
{
|
|
|
|
public _Mapper(NES parent) : base(parent) { }
|
|
|
|
public override void Reset()
|
|
{
|
|
}
|
|
}
|
|
}
|