rom_info
rom = *((struct rom_info *)ROM_INFO_LOCATION);
struct rom_info rom;
struct rom_info *rom_info; /* -> rom_info from main */