Here's the one for Dreamcast
Does anyone know what this thing is or what it does?
Developer Kit Discussion
Moderator: PC Supremacists
- BlueMonkey5
- Chaos Rift Cool Newbie
- Posts: 86
- Joined: Fri Feb 20, 2009 12:54 am
Developer Kit Discussion
- Attachments
-
- segabox_1.jpg (66.44 KiB) Viewed 989 times
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Developer Kit Discussion
That's the Katana - Sega's official Dreamcast devkit. They usually retail for about $400-500 a pop. That's what was used to create AAA titles like Sonic Adventure 1 and 2, Shenmue, and most every DC game.
The homebrew scene has an (illegal) rip of the software on the devkit, but it's unusable. We cannot compile/link to the libraries without the Katana devkit (for some reason). There is a chance that you could recompile them for distribution if you had a Katana, but unfortunately the hardcore DC developers don't own Katanas. It's the ignorant, rich video game collectors who do nothing more than play Sonic Adventure with them that have the devboxes. =/
The homebrew scene has an (illegal) rip of the software on the devkit, but it's unusable. We cannot compile/link to the libraries without the Katana devkit (for some reason). There is a chance that you could recompile them for distribution if you had a Katana, but unfortunately the hardcore DC developers don't own Katanas. It's the ignorant, rich video game collectors who do nothing more than play Sonic Adventure with them that have the devboxes. =/
- BlueMonkey5
- Chaos Rift Cool Newbie
- Posts: 86
- Joined: Fri Feb 20, 2009 12:54 am
Re: Developer Kit Discussion
Got it. It's ashame that only collectors are gathering up all the Katanas, but if they aren't needed then I guess it's ok. It seems like developing with the Katana is just a $700 option. Also, I've noticed that every system has a developer kit just as the DC's Katana and I'm assuming that the same goes for the rest of them; the dev kit isn't necessary and can be done by PC. But maybe the Dreamcast is easier to develop for?
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Developer Kit Discussion
DC's easier to develop for especially since it can read CD-R's. I imagine that running homebrew on most other consoles involves a mod chip.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- Trask
- ES Beta Backer
- Posts: 738
- Joined: Wed Oct 29, 2008 8:17 pm
- Current Project: Building a 2D Engine
- Favorite Gaming Platforms: Sega Genesis and Xbox 360
- Programming Language of Choice: C/C++
- Location: Pittsburgh, PA
- Contact:
Re: Developer Kit Discussion
NDS is easy to develop for, especially using R4 to run it right off the device and since its a microSD card, there's virtually no waiting time if I have to copy a new file to the card.
I've used HAM's IDE for making GBA games, though I haven't tried their code at all, just used it to run asm/c code.
I've used HAM's IDE for making GBA games, though I haven't tried their code at all, just used it to run asm/c code.
Dear god, they actually ported ES to a piece of celery!MarauderIIC wrote:You know those people that are like "CHECK IT OUT I just made Linux run on this piece of celery [or other random object]!!"? Yeah, that's Falco, but with ES.
Martin Golding wrote: "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."