#include "mmc2.h" Mmc2::Mmc2(NesEmulator &emu, const Rom &rom) : Board(emu, rom) { } Mmc2::~Mmc2() { }