-
Posts
7,214 -
Joined
-
Last visited
Content Type
Profiles
Events
Forums
Blogs
Downloads
Everything posted by Weirdy
-
hmm....what's the size of your rom set, and are they all in.rom format?
-
use this cllient, cause it's obvious you're using a custom build. Btw, if that custom build can't get through bots, then it really sucks
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
the "Git R Done" album by Larry the Cable Guy -
yeah it will.....I used to know the code for it but I forgot, it was something like "loop=infinite" or something btw, make sure the sound musik isn't in big files or else they'll do like they did to me a year and a half ago and just suspend your account for like 3 hours. yeah i tried that, and the song played a few times when i refreshed the webpage... when you say BIG is... 500 Kb big ? no, that's actualy quite good (depending on the host)
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Stripped" by Depeche Mode -
what's the size of the iso? if I'm not mastaking, the full game with nothing removed should be about 400mbs
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Halloween" by Siouxsie and the Banshees -
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Life's gonna suck" by Dennis Leary -
how come whenever I go on, the only other person talking is madienmasher *continues spamming the chat*
-
I memmer finding what it was. It was memory in the program(p1) that you have to tell the emu to read. Cause I memmer trying to run kof2003 in my command line version of Mame Plus and it said "unreadable memory in -insert hex-" and that's how the bank switching was made for kof2003
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"So Alive" by Love and Rockets -
I also admit to not living a single day in my life
-
I admit to being an asshole (and looking like one) I admit to being a hypocrite (that's all ya needa know and you'll get a 1000 more admits) I admit to hating IRC I admit to feeling a bit suicidal at time I also admit to feeling like killing a few ppl I admit to...being a good for nothing human
-
yeah, some ppl just don't know how to make a generalization
-
he must've just been one of those stupid Insane Clow Posse fans ...that band sucks
-
I am...not on IRC
-
shut up, you act as if you talk a lot on irc yourself so SH!
-
ok, I put in the new code and stuff, and this is the error I get now src/burn/neogeo/neo_run.cpp:477: parse error before `if' src/burn/neogeo/neo_run.cpp:485: warning: ISO C++ forbids declaration of ` BurnLoadRom' with no type src/burn/neogeo/neo_run.cpp:485: `int BurnLoadRom' redeclared as different kind of symbol src/burn/burnint.h:145: previous declaration of `int BurnLoadRom(unsigned char*, int, int)' src/burn/neogeo/neo_run.cpp:485: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:486: warning: ISO C++ forbids declaration of ` BurnLoadRom' with no type src/burn/neogeo/neo_run.cpp:486: redefinition of `int BurnLoadRom' src/burn/neogeo/neo_run.cpp:485: `int BurnLoadRom' previously defined here src/burn/neogeo/neo_run.cpp:486: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:488: parse error before `if' src/burn/neogeo/neo_run.cpp:493: warning: ISO C++ forbids declaration of ` YM2610ADPCMAROM' with no type src/burn/neogeo/neo_run.cpp:493: conflicting types for `int YM2610ADPCMAROM' src/burn/neogeo/neo_run.cpp:147: previous declaration as `unsigned char*YM2610ADPCMAROM' src/burn/neogeo/neo_run.cpp:493: warning: invalid conversion from `unsigned char*' to `int' src/burn/neogeo/neo_run.cpp:494: parse error before `if' src/burn/neogeo/neo_run.cpp:498: syntax error before `.' token src/burn/neogeo/neo_run.cpp:499: syntax error before `.' token src/burn/neogeo/neo_run.cpp:500: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:500: warning: ISO C++ forbids declaration of ` BurnDrvGetRomInfo' with no type src/burn/neogeo/neo_run.cpp:500: `int BurnDrvGetRomInfo' redeclared as different kind of symbol src/burn/burn.h:102: previous declaration of `int BurnDrvGetRomInfo(BurnRomInfo*, unsigned int)' src/burn/neogeo/neo_run.cpp:500: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:501: `pName' was not declared in this scope src/burn/neogeo/neo_run.cpp:501: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:501: warning: ISO C++ forbids declaration of ` BurnDrvGetRomName' with no type src/burn/neogeo/neo_run.cpp:501: `int BurnDrvGetRomName' redeclared as different kind of symbol src/burn/burn.h:103: previous declaration of `int BurnDrvGetRomName(char**, unsigned int, int)' src/burn/neogeo/neo_run.cpp:501: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:503: warning: ISO C++ forbids declaration of ` pADPCMData' with no type src/burn/neogeo/neo_run.cpp:503: conflicting types for `int pADPCMData' src/burn/neogeo/neo_run.cpp:491: previous declaration as `unsigned char*pADPCMData' src/burn/neogeo/neo_run.cpp:506: parse error before `if' src/burn/neogeo/neo_run.cpp:510: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:510: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:510: warning: ISO C++ forbids declaration of ` NeoLoadADPCM' with no type src/burn/neogeo/neo_run.cpp:510: `int NeoLoadADPCM' redeclared as different kind of symbol src/burn/neogeo/neogeo.h:25: previous declaration of `int NeoLoadADPCM(int, int, unsigned char*)' src/burn/neogeo/neo_run.cpp:510: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:512: parse error before `if' src/burn/neogeo/neo_run.cpp:513: parse error before `;' token src/burn/neogeo/neo_run.cpp:513: syntax error before `++' token src/burn/neogeo/neo_run.cpp:515: `i' was not declared in this scope src/burn/neogeo/neo_run.cpp:515: warning: ISO C++ forbids declaration of ` YM2610ADPCMAROM' with no type src/burn/neogeo/neo_run.cpp:515: `i' was not declared in this scope src/burn/neogeo/neo_run.cpp:515: assignment (not initialization) in declaration src/burn/neogeo/neo_run.cpp:516: `i' was not declared in this scope src/burn/neogeo/neo_run.cpp:516: warning: ISO C++ forbids declaration of ` YM2610ADPCMAROM' with no type src/burn/neogeo/neo_run.cpp:516: `n' was not declared in this scope src/burn/neogeo/neo_run.cpp:516: assignment (not initialization) in declaration src/burn/neogeo/neo_run.cpp:517: parse error before `}' token src/burn/neogeo/neo_run.cpp:526: parse error before `if' src/burn/neogeo/neo_run.cpp:529: parse error before `;' token src/burn/neogeo/neo_run.cpp:529: syntax error before `+=' token src/burn/neogeo/neo_run.cpp:532: `f' was not declared in this scope src/burn/neogeo/neo_run.cpp:533: `buffer' was not declared in this scope src/burn/neogeo/neo_run.cpp:533: `rom' was not declared in this scope src/burn/neogeo/neo_run.cpp:533: `i' was not declared in this scope src/burn/neogeo/neo_run.cpp:533: warning: ISO C++ forbids declaration of ` __builtin_memcpy' with no type src/burn/neogeo/neo_run.cpp:533: declaration of `int __builtin_memcpy' src/burn/neogeo/neo_run.cpp:533: conflicts with built-in declaration `void* __builtin_memcpy(void*, const <anonymous>*, unsigned int)' src/burn/neogeo/neo_run.cpp:533: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:534: parse error before `for' src/burn/neogeo/neo_run.cpp:534: parse error before `;' token src/burn/neogeo/neo_run.cpp:534: syntax error before `++' token src/burn/neogeo/neo_run.cpp:537: `i' was not declared in this scope src/burn/neogeo/neo_run.cpp:537: `j' was not declared in this scope src/burn/neogeo/neo_run.cpp:537: warning: ISO C++ forbids declaration of `rom' with no type src/burn/neogeo/neo_run.cpp:537: `buffer' was not declared in this scope src/burn/neogeo/neo_run.cpp:537: `j' was not declared in this scope src/burn/neogeo/neo_run.cpp:537: `h' was not declared in this scope src/burn/neogeo/neo_run.cpp:537: assignment (not initialization) in declaration src/burn/neogeo/neo_run.cpp:538: parse error before `}' token src/burn/neogeo/neo_run.cpp:549: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:549: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:549: `pInfo' was not declared in this scope src/burn/neogeo/neo_run.cpp:549: warning: ISO C++ forbids declaration of ` NeoLoadADPCM' with no type src/burn/neogeo/neo_run.cpp:549: redefinition of `int NeoLoadADPCM' src/burn/neogeo/neo_run.cpp:510: `int NeoLoadADPCM' previously defined here src/burn/neogeo/neo_run.cpp:549: warning: initializer list being treated as compound expression src/burn/neogeo/neo_run.cpp:550: parse error before `}' token src/burn/neogeo/neo_run.cpp:552: warning: ISO C++ forbids declaration of ` nYM2610ADPCMBSize' with no type src/burn/neogeo/neo_run.cpp:552: redefinition of `int nYM2610ADPCMBSize' src/burn/neogeo/neo_run.cpp:151: `int nYM2610ADPCMBSize' previously defined here src/burn/neogeo/neo_run.cpp:553: parse error before `}' token src/burn/neogeo/neo_run.cpp: In function `int NeoInit()': src/burn/neogeo/neo_run.cpp:1702: warning: declaration of `ri' shadows a global declaration src/burn/neogeo/neo_run.cpp:490: warning: shadowed declaration is here src/burn/neogeo/neo_run.cpp:1748: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1757: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1767: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1775: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1785: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1800: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1801: `BurnDrvGetRomName' cannot be used as a function src/burn/neogeo/neo_run.cpp:1805: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1806: `BurnDrvGetRomName' cannot be used as a function src/burn/neogeo/neo_run.cpp:1816: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1818: `BurnDrvGetRomInfo' cannot be used as a function src/burn/neogeo/neo_run.cpp:1982: warning: invalid conversion from `int' to ` unsigned char*' src/burn/neogeo/neo_run.cpp: In function `int NeoExit()': src/burn/neogeo/neo_run.cpp:2025: warning: invalid conversion from `int' to ` void*' src/burn/neogeo/neo_run.cpp:2027: ISO C++ forbids comparison between pointer and integer src/burn/neogeo/neo_run.cpp:2030: warning: assignment to non-pointer type `int' from NULL src/burn/neogeo/neo_run.cpp:2030: warning: argument to non-pointer type `int' from NULL src/burn/neogeo/neo_run.cpp: At top level: src/burn/neogeo/neo_run.cpp:151: warning: `int nYM2610ADPCMBSize' defined but not used {standard input}: Assembler messages: {standard input}:209: Error: symbol `_BurnLoadRom' is already defined {standard input}:241: Error: symbol `_NeoLoadADPCM' is already defined {standard input}:245: Error: symbol `_nYM2610ADPCMBSize' is already defined make: *** [neo_run.o] Error 1
-
are you talking about "Weißes Fleisch"? Cause there's some ppl that translated the lyrics to make it sound like it was "white chicken" when they actually mean "flesh"...so the song would be called "White Flesh" I think
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"Life in Laralay" by Love and Rockets -
weee...well..me and madienmaster seem to be the only ones talking at the moment
-
hows about a link
-
ey Iq, for some reason when I try to load up Garou, it always says "z80 error" and I have the correct m1 rom
-
What Are You Listening To? Diamond Platinum Ed.!
Weirdy replied to Diso's topic in Gossip Café [/offtopic]
"It Could be Sunshine" by Love and Rockets