Jump to content

Some Fun Fba Code :)


Recommended Posts

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

well...so far I'm still getting that cthd2003 error, ey Iq, on your site with the driver for cthd2003, did you put the correct spaces or where I'd normally have to press TAB

 

[src/burn/neogeo/d_neogeo.cpp: In function `void
  cthd2003_neogeo_gfx_address_fix_do(int, int, int, int, int, int)':
src/burn/neogeo/d_neogeo.cpp:6396: warning: ISO C++ forbids comparison between
  pointer and integer
src/burn/neogeo/d_neogeo.cpp:6396: parse error before `;' token
src/burn/neogeo/d_neogeo.cpp:6416: warning: storage class `static' invalid for
  function `cthd2003_c' declared out of global scope
src/burn/neogeo/d_neogeo.cpp:6416: cannot declare static function inside
  another function
src/burn/neogeo/d_neogeo.cpp:6416: parse error before `{' token
src/burn/neogeo/d_neogeo.cpp:6419: warning: suggest parentheses around
  assignment used as truth value
src/burn/neogeo/d_neogeo.cpp:6420: `cthd2003_neogeo_gfx_address_fix' undeclared

  (first use this function)
src/burn/neogeo/d_neogeo.cpp:6420: (Each undeclared identifier is reported only

  once for each function it appears in.)
src/burn/neogeo/d_neogeo.cpp:6439: warning: storage class `static' invalid for
  function `cthd2003Decrypt' declared out of global scope
src/burn/neogeo/d_neogeo.cpp:6439: cannot declare static function inside
  another function
src/burn/neogeo/d_neogeo.cpp:6439: parse error before `{' token
src/burn/neogeo/d_neogeo.cpp:6442: `romdata' undeclared (first use this
  function)
src/burn/neogeo/d_neogeo.cpp:6459: `cthd2003_c' undeclared (first use this
  function)
src/burn/neogeo/d_neogeo.cpp: In function `int cthd2003Init()':
src/burn/neogeo/d_neogeo.cpp:6466: `cthd2003Decrypt' undeclared (first use this

  function)
make: *** [d_neogeo.o] Error 1

Edited by Weirdanzeige
Link to comment
Share on other sites

hey iq_132, was there an aes fix for mslug4? i noticed that when i tried the fix in fba-x b4 that i get the snk error screen in aes mode :D

static void mslug4AESPatch()
{ 	 
*((unsigned short*)(Neo68KROM01 + 0x0AD8C)) = 0x4E75; 
} 

static int mslug4Init()
{ 	 
pNeoInitCallback = mslug4AESPatch;
return NeoInit();
}

 

@ Weirdy

 

I'll put together the source for you tonight and put it on my website :lol:

Link to comment
Share on other sites

wow, I guess other ppl got it too! :(...again, thanks :blink:

 

btw...I only get 1 error now, and that's this

 

src/burn/neogeo/d_neogeo.cpp:454: invalid suffix on integer constant
make: *** [d_neogeo.o] Error 1

 

[edit]nm, it's just that I was trying to put for it to use uni-bios1.3 but it was being a little bítch about it

Edited by Weirdanzeige
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...