#include "mapper.h" extern const nes_Mapper map000; extern const nes_Mapper map001; const nes_Mapper* nes_mappers[256] = { &map000, &map001, };