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