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