Welcome!

Final Burn Neo => FBN Development => Topic started by: Pacco on January 27, 2005, 01:18:18 PM

Title: Hi Guys I need help whith SVC Driver,
Post by: Pacco on January 27, 2005, 01:18:18 PM
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 .
Title: Hi Guys I need help whith SVC Driver,
Post by: iq_132 on January 27, 2005, 01:45:38 PM
Works fine for me...
SekMapMemory(Neo68KROM+0x100000+bankaddress, 0x200000, 0x2fdfff, SM_ROM);
Title: mmmm.....
Post by: Pacco on January 29, 2005, 11:21:52 AM
I need check that.

Tnks.
Title: Hi Guys I need help whith SVC Driver,
Post by: Pacco on January 30, 2005, 07:25:44 PM
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);
                  }
            }
         }
      }