11 lines
134 B
C++
11 lines
134 B
C++
#include "namcot106.h"
|
|
|
|
Namcot106::Namcot106(NesEmulator &emu, const Rom &rom) :
|
|
Board(emu, rom)
|
|
{
|
|
}
|
|
|
|
Namcot106::~Namcot106()
|
|
{
|
|
}
|