Final Burn Neo > FBN Development

Hi Guys I need help whith SVC Driver,

(1/1)

Pacco:
in the line of SC have this:

static void kof2003WriteBankSwitch(unsigned int sekAddress,unsigned short wordValue,unsigned short valueMask)

SekMapMemory(Neo68KROM02+bankaddress,0x200000,0x2fdfff,SM_ROM);

but in the new versions this definition already disappeared,  
and it was substituted by Neo68KROM + 0x100000, but changing it doesn't pass anything, that I can make??  
 
The Game didn't work

 
Thank you  

Sorry for my english .

iq_132:
Works fine for me...
SekMapMemory(Neo68KROM+0x100000+bankaddress, 0x200000, 0x2fdfff, SM_ROM);

Pacco:
I need check that.

Tnks.

Pacco:
doesn't work  
he/she leaves me in the Cross Hacth Test I suppose that the error comes from neo_run.cpp  
you can publish that part of the modification of the code  
 
I have this way it

if ((BurnDrvGetHardwareCode() & HARDWARE_SNK_CONTROLMASK) != HARDWARE_SNK_GAMBLING) {
                  if (!(BurnDrvGetHardwareCode() & HARDWARE_SNK_NEWBANKSYSTEM)) {
                  SekMapMemory(Neo68KROM + nNeo68KROMBank, 0x200000, 0x2FFFFF, SM_ROM);
                  }
            }
         }
      }

Navigation

[0] Message Index

Go to full version