8 lines
105 B
C#
8 lines
105 B
C#
namespace MyNes.Core
|
|
{
|
|
[BoardInfo("Bandai", 16)]
|
|
internal class Mapper016 : Bandai
|
|
{
|
|
}
|
|
}
|