Jump to content

Weirdy

1Emu Veteran
  • Posts

    7,214
  • Joined

  • Last visited

Everything posted by Weirdy

  1. is there like...a program or something to re-encode jpg's or gif's into icons cause I wanna change a jpg into.ico w/out using command line but it won't work like that
  2. wow, I guess other ppl got it too! ...again, thanks 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
  3. because they are still new!!!!!! they need to keep them not officially supported because then they feel more and more ppl with play them at home rather than going to an arcade and paying to play!! that's why!! Besides, if you want to play them so bad, just compile make sense?
  4. in my local arcade there are many fighting games that get a lot of ppl playing (MvC2, Mshvsf, SvC: Chaos, kof2000, kof2002, kof2003, and Guilty Gear X2 )....yes, a lot of good games, I would go the arcade a lot often cause I know some moves, combos, etc....but only one problem....I HATE JOYSTICKS!!!!! seriously, I'm a big time joystick noob. seriously, I hate whenever i do a move that requires quarter-circle-forward and the character ends up jumping up and down or whenever I pull left the character jumps up
  5. am I gonna buy Capcom Fighting Jam you ask? fuk yeah!!!
  6. well..the only problem for me is the driver and stuff for cthd2003, that's it ..thanks
  7. 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
  8. you're not american are you. nah dude, he's australlian
  9. Ah well...after working with fba and all that sh!t, I just started making a sig...so..here it is? Is it too big? ...it's funny cause now whenever I make an animated sig it always looks like the character (be it Jedah or Freeman) looks like they're doing a little pelvic thrust
  10. ok, nm, I fixed the kof2003 problem, but now I have a problem with ROTD I did what you said to do on your site and I all I hear is that...static-ie sound... how do I fix that? // Rage of the Dragons static struct BurnRomInfo rotdRomDesc[] = { {"264-p1.bin", 0x800000, 0xb8cc969d, 0x10}, // 0 68K code {"264-c1.bin", 0x800000, 0x4f148fee, 1}, // 1 Sprite data {"264-c2.bin", 0x800000, 0x7cf5ff72, 1}, // 2 {"264-c3.bin", 0x800000, 0x64d84c98, 1}, // 3 {"264-c4.bin", 0x800000, 0x2f394a95, 1}, // 4 {"264-c5.bin", 0x800000, 0x6b99b978, 1}, // 5 {"264-c6.bin", 0x800000, 0x847d5c7d, 1}, // 6 {"264-c7.bin", 0x800000, 0x231d681e, 1}, // 7 {"264-c8.bin", 0x800000, 0xc5edb5c4, 1}, // 8 {"264-m1d.bin", 0x10000, 0xe5f42e7d, 0x10}, // 9 Z80 code {"264-v1.bin", 0x800000, 0xfa005812, 2}, // 10 Sound data {"264-v2.bin", 0x800000, 0xc3dc8bf0, 2}, // 11 }; STDROMPICKEXT(rotd, rotd, neogeo); STD_ROM_FN(rotd); static int rotdInit() { nNeoProtectionXor = 0x3F; return NeoInit(); nPCM2Value=16; } struct BurnDriver BurnDrvrotd = { {"rotd", "Rage of the Dragons", NULL, "Evoga", "Neo Geo", "2002", NULL, "neogeo"}, BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO | HARDWARE_SNK_ENCRYPTED_B, NULL, rotdRomInfo, rotdRomName, neogeoInputInfo, neogeoDIPInfo, rotdInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette, nNeoScreenWidth, 224, 4, 3 }; is that where you wanted us to put the nPCM2Value=16; ?
  11. wait, where? oh, btw, I'm getting this error 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:6395: warning: ISO C++ forbids comparison between pointer and integer src/burn/neogeo/d_neogeo.cpp:6395: parse error before `;' token src/burn/neogeo/d_neogeo.cpp:6415: warning: storage class `static' invalid for function `cthd2003_c' declared out of global scope src/burn/neogeo/d_neogeo.cpp:6415: cannot declare static function inside another function src/burn/neogeo/d_neogeo.cpp:6415: parse error before `{' token src/burn/neogeo/d_neogeo.cpp:6418: warning: suggest parentheses around assignment used as truth value src/burn/neogeo/d_neogeo.cpp:6419: `cthd2003_neogeo_gfx_address_fix' undeclared (first use this function) src/burn/neogeo/d_neogeo.cpp:6419: (Each undeclared identifier is reported only once for each function it appears in.) src/burn/neogeo/d_neogeo.cpp:6438: warning: storage class `static' invalid for function `cthd2003Decrypt' declared out of global scope src/burn/neogeo/d_neogeo.cpp:6438: cannot declare static function inside another function src/burn/neogeo/d_neogeo.cpp:6438: parse error before `{' token src/burn/neogeo/d_neogeo.cpp:6441: `romdata' undeclared (first use this function) src/burn/neogeo/d_neogeo.cpp:6458: `cthd2003_c' undeclared (first use this function) src/burn/neogeo/d_neogeo.cpp: In function `int cthd2003Init()': src/burn/neogeo/d_neogeo.cpp:6465: `cthd2003Decrypt' undeclared (first use this function) src/burn/neogeo/d_neogeo.cpp: In function `int kof2003bInit()': src/burn/neogeo/d_neogeo.cpp:6682: `kof2003bMapHandler' undeclared (first use this function) make: *** [d_neogeo.o] Error 1 I changed the kof2003 driver to the set named "kof2003b" (b stands for bootleg) so I can identify it as being bootleg
  12. nm, I got everything now damn Iq, how come you never told me about your site? that place rules!! @noobs who might be reading...no!..Iq's site does not contain roms
  13. btw, do a search on the post about where to get anime if you wanna know where you can find dual audio eps of X
  14. my compile has most of the neogeo roms mine too!!!
  15. What troubles are you having for kof2001? Here's the code for kof2002 (mame set) http://www.freepgs.com/iq_132/pages/games/kof2002.html well..I've never seen decryption for the encrypted set to work on fba...where can I find it?
  16. hmm..is there one for kof2001 and 2002??
  17. "Marijuana" by Brujeria ..heh heh, this song is a parody of the "Macarena"...only this goes something like dale tú cuerpo lo que necesita quieres marijuana es cosa buena! dale tú cuerpo lo que necesita! EHHHHHHHH....MARIJUANA!!!
  18. how come Haze called it Rhubarb?
×
×
  • Create New...