8 lines
120 B
C#
8 lines
120 B
C#
|
namespace MyNes.Core
|
||
|
{
|
||
|
[BoardInfo("Namcot 106", 19, 1, 256)]
|
||
|
internal class Mapper019 : Namcot106
|
||
|
{
|
||
|
}
|
||
|
}
|