RADEON_BIOS16
#define RADEON_BIOS16(v) ((di->rom.rom_ptr[v]) | \
#define RADEON_BIOS16(adr, v) ((adr[v]) | (adr[(v) + 1] << 8))