fixed extrot GBs

This commit is contained in:
mightymax 2007-01-11 12:12:33 +00:00
parent 3bc6e11ba2
commit b5ddb1ce2c
1 changed files with 4 additions and 2 deletions

View File

@ -1120,9 +1120,11 @@ INLINE void extRotBG2(GPU * gpu, u8 num, u8 * DST, u16 H, s32 X, s32 Y, s16 PA,
u8 * map;
u16 mapinfo, i;
u8 coul;
u8 affineModeSelection ;
// damdoum : I just replaced here but I dont understand it yet
switch((bgCnt.CharacBase_Block&1)|(bgCnt.Mosaic_Enable << 1))
/* see: http://nocash.emubase.de/gbatek.htm#dsvideobgmodescontrol */
affineModeSelection = (bgCnt.Palette_256) | ((bgCnt.CharacBase_Block & 1) << 1) ;
switch(affineModeSelection)
{
case 0 :
case 1 :