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