Search found 375 matches

by dXtr
Sun Apr 13, 2008 1:33 pm
Forum: NESdev
Topic: Polygon filling..
Replies: 106
Views: 41259

tried polygon2.nes with no success. (probably because it was a PAL NES?)
by dXtr
Sun Apr 13, 2008 6:38 am
Forum: phpBB Issues
Topic: Disable signature display?
Replies: 15
Views: 15877

In respect of other members I decided to remove my signature too as it really is pointless and I personally also get annoyed by signatures ;)

Btw. If you have firefox you could install something like greasemonkey and write a script for hiding signatures, might work.
by dXtr
Fri Apr 11, 2008 7:44 pm
Forum: NESdev
Topic: Polygon filling..
Replies: 106
Views: 41259

that's really impressive. great work :D
Going to try this on my powerpak tomorrow :)
by dXtr
Sat Mar 29, 2008 12:40 pm
Forum: General Stuff
Topic: GetLogicalFolders?
Replies: 15
Views: 8060

by dXtr
Sat Mar 29, 2008 8:57 am
Forum: SNESdev
Topic: How in ASM do I change layers - Layer 3 to Layer 1 or 2.
Replies: 4
Views: 4049

When I ported Unreal Tournament with a mixture of Donkey Kong Country and a hint of Tony Hawk to SNES, lda status_bar sta layer_2 worked wonders for me but I linked my game with a library I got from my friend's elite secret ASM hacking site so I can't give it out sorry. But isn't there a problem to...
by dXtr
Sun Mar 23, 2008 10:58 am
Forum: General Stuff
Topic: Member list purge
Replies: 8
Views: 4098

Member list purge

I just noticed that the member list contained 2164 members, and by just checking the first 5 pages (sorting by username) I noticed that it looks like many of them could be spam-bots.
This made my wonder if there ever is a clean up of the database removing these accounts?
by dXtr
Sat Mar 22, 2008 11:31 am
Forum: SNESdev
Topic: SPC-700 in an FPGA
Replies: 12
Views: 8877

You have some other docs here too:
http://emureview.ztnet.com/developerscorner/
by dXtr
Wed Mar 19, 2008 7:15 am
Forum: NES Hardware and Flash Equipment
Topic: "Dual Station" NES/Genesis combo unit
Replies: 8
Views: 4086

iirc. even japan has some weird 50/60hz thing going.
by dXtr
Sat Mar 08, 2008 10:25 am
Forum: General Stuff
Topic: Kid icarus (passwords not working?) *UPDATE GAME DUMPED*
Replies: 44
Views: 20553

NotTheCommonDose wrote:tch.
tbf.
by dXtr
Sat Mar 08, 2008 7:25 am
Forum: General Stuff
Topic: Kid icarus (passwords not working?) *UPDATE GAME DUMPED*
Replies: 44
Views: 20553

There is a classic Swedish code you could try for the game that goes: DUVANS MAMMOR KOMMER BORTOT In Swedish that's basically a nonsense sentence roughly translated to something like: The pidgins mothers is coming towards Please note that BORTOT (towards/in the direction of) is really spelled BORTÅT...
by dXtr
Thu Feb 28, 2008 2:43 am
Forum: NESdev
Topic: Sup NesDev, iNES is dead, how do you feel?
Replies: 54
Views: 24847

Most people here only talks from a romz0r perspective about the format and in that way I can see why iNES never will die.. But from preservation point of view iNES sucks big time and I'm guessing this is the reason why Marty made his proposal. I pesonally would like to see a more descriptive format ...
by dXtr
Wed Feb 27, 2008 8:46 am
Forum: General Stuff
Topic: editing large text files
Replies: 16
Views: 6534

use HxD, under "View->Visible Columns" Set to "text" and then select "View->Adapt to window width", it won't handle newline but you can edit very large files ;)
by dXtr
Fri Feb 22, 2008 10:35 am
Forum: General Stuff
Topic: Chinese pirate Final Fantasy VII
Replies: 8
Views: 4149

That's pretty cool :D
While on the subject.. wasn't there someone here with similar plans?
Anyone know what the status of that project is?
by dXtr
Fri Feb 22, 2008 10:26 am
Forum: General Stuff
Topic: Code editors
Replies: 6
Views: 4951

As for a simple text editor, I use notepad++ myself and haven't found any better alternative yet. Of course, UltraEdit is a lot better but it's not free unless you get the crack. ;) Had totally forgot about UltraEdit remember it having some pretty nice features too. Maybe I should get trial and see...
by dXtr
Fri Feb 22, 2008 5:45 am
Forum: General Stuff
Topic: Code editors
Replies: 6
Views: 4951

Code editors

I thought it could be interesting to see what everyone use when writing code and also see if there's better editors out there that I've missed. Personally I first started out in the old DOS editor edit and then moved on to notepad. But as I use Visual Studio a lot too I've gotten used to syntax hi-l...