Author Topic: Hi Guys I need help whith SVC Driver,  (Read 5003 times)

Offline Pacco

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
  • Junior Member
Hi Guys I need help whith SVC Driver,
« 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 .

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Hi Guys I need help whith SVC Driver,
« Reply #1 on: January 27, 2005, 01:45:38 PM »
Works fine for me...
SekMapMemory(Neo68KROM+0x100000+bankaddress, 0x200000, 0x2fdfff, SM_ROM);


Offline Pacco

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
  • Junior Member
mmmm.....
« Reply #2 on: January 29, 2005, 11:21:52 AM »
I need check that.

Tnks.

Offline Pacco

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
  • Junior Member
Hi Guys I need help whith SVC Driver,
« Reply #3 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);
                  }
            }
         }
      }