-
Posts
7,214 -
Joined
-
Last visited
Content Type
Profiles
Events
Forums
Blogs
Downloads
Everything posted by Weirdy
-
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
-
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
-
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?
-
why do joysticks still exist?
-
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
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Bizarre Love Triangle (94)" by New Order -
rabbit here
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Firmanent" by Das Ich -
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Mutter" by Rammstein -
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Mein Herz Brennt" by Rammstein -
Fighting Jam, Impact And Snk Screencaps!
Weirdy replied to Wizard's topic in Gossip Café [/offtopic]
am I gonna buy Capcom Fighting Jam you ask? fuk yeah!!! -
well..the only problem for me is the driver and stuff for cthd2003, that's it ..thanks
-
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
-
A Political Cartoon...my Reaction To Recent Events
Weirdy replied to random guy's topic in Gossip Café [/offtopic]
you're not american are you. nah dude, he's australlian -
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
-
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; ?
-
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
-
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
-
What's The Name Of This Anime?
Weirdy replied to Sybarite Paladin AxL's topic in Gossip Café [/offtopic]
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 -
my compile has most of the neogeo roms mine too!!!
-
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?
-
how come you didn't vogue?
-
hmm..is there one for kof2001 and 2002??
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"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!!! -
how come Haze called it Rhubarb?