Search found 749 matches

by EvilSporkMan
Sat Mar 08, 2003 9:59 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Is Saturn possible to emulate on DC?
Replies: 72
Views: 4609

Well, regardless of whether Saturn emulation is possible on Dreamcast, whoever wrote Panzer Dragoon Orta seems to have a decent Saturn emulator working on Xbox.(original Panzer Dragoon is unlockable) could just be a port. Either way, it was a waste of time...why play such a jerky game when you have...
by EvilSporkMan
Sat Mar 08, 2003 9:49 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Is Saturn possible to emulate on DC?
Replies: 72
Views: 4609

Well, regardless of whether Saturn emulation is possible on Dreamcast, whoever wrote Panzer Dragoon Orta seems to have a decent Saturn emulator working on Xbox.(original Panzer Dragoon is unlockable)
by EvilSporkMan
Sat Mar 08, 2003 9:40 pm
Forum: Programming Discussion
Topic: need help
Replies: 9
Views: 624

It'd help if you told us what you typed before that came up...
by EvilSporkMan
Sat Mar 08, 2003 9:38 pm
Forum: Programming Discussion
Topic: DCOS
Replies: 8
Views: 584

it's strange because it uses C++ for the classes but all the code in the classes are in C.
No no no, it all counts as C++...:P
by EvilSporkMan
Sat Mar 08, 2003 9:28 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Dance Dance Revolution Club Mix woes...
Replies: 6
Views: 340

Bump, then I'm letting this die
by EvilSporkMan
Thu Mar 06, 2003 8:13 pm
Forum: Hardware Modification and Repair
Topic: i know im not supposed to ask this but.......
Replies: 11
Views: 720

If it IS game cache issues, Bethesda (the maker of Morrowind) posted instructions on recaching a given game on their website. Check their forums, i'll post a link later if i remember.
by EvilSporkMan
Thu Mar 06, 2003 8:06 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Dance Dance Revolution Club Mix woes...
Replies: 6
Views: 340

Total control = brand of PSX adapter?
by EvilSporkMan
Wed Mar 05, 2003 9:16 am
Forum: Off-Topic Forum
Topic: Pre-order Halo 2 now!
Replies: 20
Views: 429

SPAM SPAM SPAM SPAM IN A CAN CAN CAN CAN!
by EvilSporkMan
Wed Mar 05, 2003 8:59 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Can you burn PC games to play on the Dreamcast?
Replies: 33
Views: 1622

You can always wait until we get the PSX emulator to playable speed, then you can go buy Driver for PSX for cheap and play it on your Dreamcast.
No no no...It's
You can always wait forever, then you can go buy Driver for PSX for cheap and play it on your Dreamcast.
by EvilSporkMan
Wed Mar 05, 2003 8:53 am
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Dance Dance Revolution Club Mix woes...
Replies: 6
Views: 340

I thought I said that O_o
In any case, is there a way to fix the problem?
by EvilSporkMan
Mon Mar 03, 2003 3:01 pm
Forum: Hardware Modification and Repair
Topic: Modding PSX->DC Converter or Dance Pads...
Replies: 0
Views: 160

Modding PSX->DC Converter or Dance Pads...

I need to use the analog stick in DDR Club Mix to get at some of the extra options, but the game only recognizes the first two controller ports, at least to my knowledge. I'm using PSX pads with converters, so I don't have the "Select" or "Konami" button of the official pads that...
by EvilSporkMan
Mon Mar 03, 2003 2:48 pm
Forum: Programming Discussion
Topic: DC Controller Code
Replies: 16
Views: 1011

& isn't a pointer, it's "address of" when used before a variable.

int foo;
int *ptr = &foo;

And thank you, bitwise was the word I wanted :)
by EvilSporkMan
Mon Mar 03, 2003 2:30 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: What is a MIL CD?
Replies: 17
Views: 790

But Rand is teh rox0r, off corse eh mad ti pu!
by EvilSporkMan
Mon Mar 03, 2003 2:22 pm
Forum: Programming Discussion
Topic: DC Controller Code
Replies: 16
Views: 1011

Or better yet,
Code:

if( (state->buttons & (CONT_A | CONT_B)) )
//Do stuff here


That will also test the buttons together.
Maybe you should explain how that's a "binary" OR and what exactly it does, so poor 404 doesn't have to use code he doesn't understand. :P
by EvilSporkMan
Mon Mar 03, 2003 2:18 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: What is a MIL CD?
Replies: 17
Views: 790

MIL-CD was a term used by Rand Linded to describe a disc containing an Audio track first, followed by a Data track.
I believe most burning software just calls that a "Mixed-mode CD" or something similar...
by EvilSporkMan
Mon Mar 03, 2003 2:17 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Dance Dance Revolution Club Mix woes...
Replies: 6
Views: 340

Dance Dance Revolution Club Mix woes...

I recently got DDR Club Mix for my Dreamcast, and it's been great. However, I have a couple problems that seem like they should be fixable, but I can't figure out how. The root of the problems is that the game only seems to recognize the first two controller ports, and that I'm using PSX pads with P...
by EvilSporkMan
Sun Mar 02, 2003 8:28 pm
Forum: Off-Topic Forum
Topic: Well this isn't dumb or warezy enough to be Null...GTA3 DC
Replies: 52
Views: 1770

1. The 24-hour rule is bogus.
2. The file is prolly bigger cuz it's compressed less.
by EvilSporkMan
Sun Mar 02, 2003 8:26 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: a quick observation of Sega mistake with the DC
Replies: 13
Views: 640

Sickliquid86 wrote:
Sega also was smart not to consider the DVD which at the time would made the DC too expensive.


Not to mention easily piratable.
And the GD's aren't?
by EvilSporkMan
Sun Mar 02, 2003 8:17 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: is it possible to trade in Pokemon?
Replies: 3
Views: 235

That wouldn't do anything O_o
You could send someone your whole SRAM, but not a chunk of data.