8 lines
100 B
C#
8 lines
100 B
C#
namespace MyNes.Core
|
|
{
|
|
[BoardInfo("MMC2", 9)]
|
|
internal class Mapper009 : MMC2
|
|
{
|
|
}
|
|
}
|