8 lines
101 B
C#
8 lines
101 B
C#
namespace MyNes.Core
|
|
{
|
|
[BoardInfo("NROM", 0)]
|
|
internal class Mapper000 : Board
|
|
{
|
|
}
|
|
}
|