Search found 375 matches

by dXtr
Thu Feb 21, 2008 2:30 pm
Forum: General Stuff
Topic: What are you system specifications?
Replies: 20
Views: 10883

Model: Home built (uses WinXP) Case: full-tower chieftec Motheboard: ABIT NF7-S2 (I think) CPU: Athlon XP 2800+ @ 2.08Ghz Graphics Card: Radeon 9600 Pro, 128MB - Ultimate Edition ^_^ Sound Card: Integrated RAM: 512MB Hard Disk Drives: internal 40GB Western Digital (main) external 500GB Maxtor Monito...
by dXtr
Thu Jan 24, 2008 10:42 am
Forum: General Stuff
Topic: bionic commando
Replies: 16
Views: 8176

Bregalad wrote:Because there isn't many game developpers searching employeers arround, especially outside of japan.
Really? I can't say I know how it's right this moment in Sweden but a few month ago I know at least Massive Entertainment, GRIN, DICE, Avalanche Studios and a few others were looking for people.
by dXtr
Thu Jan 17, 2008 11:23 am
Forum: General Stuff
Topic: Battery of GBA SP
Replies: 18
Views: 6887

I always thought the next step after Nintendo DS was Nintendo BS ;)
by dXtr
Wed Jan 16, 2008 11:46 am
Forum: General Stuff
Topic: Battery of GBA SP
Replies: 18
Views: 6887

Maybe I should also buy a GBC for very cheap as you can use normal batteries for it, and you can be sure it will work forever, unlike the GBA and DS where the battery needs to be replaced each so many years, and you can bet someday Nintendo will stop producting such batteries, and then the big pain...
by dXtr
Fri Jan 11, 2008 4:47 pm
Forum: NES Hardware and Flash Equipment
Topic: USB CopyNES on it's way!
Replies: 17
Views: 7669

Ok. Then if I'm lucky it's ready for order at the end of the month when I get paid ;)
by dXtr
Fri Jan 11, 2008 8:08 am
Forum: NES Hardware and Flash Equipment
Topic: USB CopyNES on it's way!
Replies: 17
Views: 7669

Has he mentioned when it's available for order?
by dXtr
Thu Jan 10, 2008 8:09 pm
Forum: NES Hardware and Flash Equipment
Topic: USB CopyNES on it's way!
Replies: 17
Views: 7669

strange there was a page about it before with image of the pcb and some info. I guess the page wasn't ready for launch yet?
by dXtr
Sat Dec 29, 2007 3:04 pm
Forum: General Stuff
Topic: those with a windows machine...
Replies: 16
Views: 6061

I think it was 2yrs since last time, my HDD just died and I lost everything on it. So I had to get a new one and re-install windows.
But it doesn't happen to often.
by dXtr
Sat Dec 29, 2007 2:58 pm
Forum: General Stuff
Topic: Your Xmas gift?
Replies: 16
Views: 7396

Memblers wrote:What I got for myself was a 24-inch widescreen monitor for my PC.
Nice :D

As for myself, I got Super Mario Galaxy. Haven't had the time to try it yet thought.
by dXtr
Wed Dec 19, 2007 11:01 am
Forum: General Stuff
Topic: How do I shot C?
Replies: 15
Views: 6877

yeah. so if you called the function it would look like:

Code: Select all

int someValue = 1;
someValue = AddOne(someValue);
this would set someValue to 2
by dXtr
Wed Dec 19, 2007 9:52 am
Forum: General Stuff
Topic: How do I shot C?
Replies: 15
Views: 6877

it's like this:

Code: Select all

ReturnDataType FunctionName(Arguments)
{
}
example: returns argument "value" + 1:

Code: Select all

int AddOne(int value)
{
  return(value + 1);
}
by dXtr
Mon Dec 17, 2007 10:21 am
Forum: NES Hardware and Flash Equipment
Topic: PowerPak wish-thread
Replies: 62
Views: 20181

Bananmos wrote:I now keep wishing for a utility which will automatically create .sav files in your .nes collection.

So I wrote myself one. Comes with source code.
great. now I don't have to :)
thnx.
by dXtr
Sun Dec 16, 2007 8:38 am
Forum: SNESdev
Topic: Emulator for SNESDev
Replies: 18
Views: 10916

I use the SNES9X debug version
by dXtr
Thu Dec 13, 2007 5:48 pm
Forum: NES Hardware and Flash Equipment
Topic: PowerPak wish-thread
Replies: 62
Views: 20181

congrats. :D