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