gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Hardware > CowBite

#49386 - NighTiger - Fri Jul 29, 2005 8:38 am

Hi guys,
maybe I found some errors in CowBite ... like 0x06010000 for the OAM Data.

Is it wrong? (in gba.h is 0x6100000)

#49391 - Cearn - Fri Jul 29, 2005 9:43 am

OAM Data is at neither of those addresses, as OAM (Object attribute memory) is at 0x0700:0000.

But you're probably referring to OBJ VRAM. In that case CowBite is correct. It is 0x0601:0000 (4 ending zeroes), not 0x0610:0000 (five zeroes). Exactly whose gba.h are you referring to by the way, there are a lot of them after all. And are you sure you didn't miscount (which is a very easy mistake to make)?