NINTV-DS/arm9/source/emucore/GROM.cpp
2021-09-02 17:32:31 -04:00

16 lines
141 B
C++

#include "GROM.h"
GROM::GROM()
: ROM("GROM", "grom.bin", 0, 1, GROM_SIZE, GROM_ADDRESS)
{}
void GROM::reset()
{
visible = TRUE;
}