Author Topic: Crouching Tiger, Hidden Dragon 2003 - CTHD2003 - Source code and Compilation Help!!!  (Read 10858 times)

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re
« Reply #15 on: December 15, 2004, 05:28:00 AM »
Quote from: Accosta_m
i have this code

Code: [Select]

BurnLoadRom(NeoZ80ROM, pInfo->nSoundOffset, 1);

 if (pNeoInitCallback) {
pNeoInitCallback();
}


i have the correct code??

Note: the game run propety


Oh. Ok.
I was thinking the other way around.
He shouldv'e said place the BurnLoadRom(NeoZ80ROM, pInfo->nSoundOffset, 1); at the top where the other one is.