Search found 287 matches

by crt0
Sat Aug 02, 2003 5:34 pm
Forum: First Person Shooters Development
Topic: Wolf3D/DC
Replies: 23
Views: 3367

open source isn't really an issue... the only people that would actually end up doing anything with it, I share code snippets with anyway... as far as DMA and crashing, its something I could track down with more time... probably just an issue of hacking something copied nearly verbatim from gen-emu ...
by crt0
Sat Aug 02, 2003 3:59 pm
Forum: First Person Shooters Development
Topic: Wolf3D/DC
Replies: 23
Views: 3367

How about you do it if you want to... just a suggestion :|
by crt0
Sat Aug 02, 2003 7:09 am
Forum: First Person Shooters Development
Topic: Wolf3D/DC
Replies: 23
Views: 3367

Anyone else try this yet? burnerO and myself have played it with mostly success as packaged and released... usually the only problems are bad WL6 files...
by crt0
Sat Aug 02, 2003 12:36 am
Forum: First Person Shooters Development
Topic: Wolf3D/DC
Replies: 23
Views: 3367

Wolf3D/DC

New version over at... http://www.consolevision.com/members/tr0ll/

Image
phj34r
by crt0
Thu Jul 31, 2003 10:40 pm
Forum: Official DreamSNES Forum
Topic: What is the Reason for Slow DreamSNES?
Replies: 55
Views: 3835

Also note, Pentium chips, even the slower models, had a lot more instruction cache than the SH4 does, meaning more code could fit, and would run faster. I don't know how integer operations per second compare between the two processors (x86 vs SH4), but integer is important for 16-bit emulation. The ...
by crt0
Tue Jul 22, 2003 5:28 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Translating Dreamcast games
Replies: 3
Views: 327

He already mentioned that its a CDI... means he downloaded it off the net... this is definitely past iffy...
by crt0
Thu Jun 05, 2003 2:12 pm
Forum: Programming Discussion
Topic: Help my little bro
Replies: 15
Views: 1024

It was probably for him anyway, not some mythical 'little brother'. -_-
by crt0
Wed Apr 23, 2003 3:15 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: DC Generator
Replies: 67
Views: 4342

Heh... good assembly programmers deserve the most respect of all... assembly language is insane (well, for some ISAs it is, I'm really only comfortable with MIPS, which is easy :)), and anyone who can code it well, more power to them, lunatics -_-
by crt0
Wed Apr 23, 2003 10:57 am
Forum: Homebrew Software and Indie Games Discussion
Topic: DC Generator
Replies: 67
Views: 4342

It's definitely a pain in the ass and a downer to work on something that you want to do, purely for fun and for the eventual enjoyment of others, and then have it shat on by ignorant pre-pubescent internet geeks ad nauseam. -_-
by crt0
Wed Apr 23, 2003 7:56 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Crt0's Genesis Emu?
Replies: 40
Views: 1909

I have no idea what to tell you guys. Many of you seem misinformed, but it was actually a pair-programming project, and the other part of the pair hasn't been involved much for a long time (packed-up DC/BBA, no time/motivation to unpack, etc). This leaves me with either engineering a bunch of change...
by crt0
Tue Apr 22, 2003 9:28 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Nester
Replies: 12
Views: 729

looks like you guys got a new spammer on your hands :)
by crt0
Fri Apr 11, 2003 7:14 am
Forum: Programming Discussion
Topic: All WindowsCE sources released
Replies: 4
Views: 608

A lot of people know better. This is just about the same thing as a few months to a year back, where all the n00bs started posting "ommug the Wince source is out! p0rt!"... the update is slightly different usage restrictions... -_-
by crt0
Tue Apr 01, 2003 3:02 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: SonEv canceled MarioEv underweigh
Replies: 10
Views: 654

one more time...

Lose != Loose
by crt0
Wed Mar 26, 2003 12:52 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Screen shots of "DCRPG"
Replies: 89
Views: 11119

o_O cehbab you are still around? :P
by crt0
Tue Mar 18, 2003 10:36 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Is Saturn possible to emulate on DC?
Replies: 72
Views: 4138

Nevermind the fact that the SH2s used in the Saturn have opposite endianness from the SH4 in the DC...
by crt0
Fri Feb 21, 2003 4:04 pm
Forum: Programming Discussion
Topic: Musically speaking...
Replies: 10
Views: 826

MP3's are also supported but if you use them, your program will be infected by the GPL. Don't spread more FUD where it's not needed. I'd venture to say that whatever MP3 library KOS uses is under the LGPL, which would mean you don't have to open up code that links to it, only changes made to the li...
by crt0
Fri Feb 21, 2003 9:10 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Source Code
Replies: 6
Views: 491

Pong first definitely, for an ubern00b. Then Breakout or Tetris. Breakout is great. -_-
by crt0
Wed Feb 12, 2003 9:17 pm
Forum: Programming Discussion
Topic: Polygons Per Second
Replies: 11
Views: 1558

In the KOS headers. And old example code.
by crt0
Fri Feb 07, 2003 1:30 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: New Megadrive (genesis) emulator for Dc next soon
Replies: 72
Views: 4054

Better take up the gen-emu code and fix the scrolling ;)
by crt0
Fri Feb 07, 2003 11:17 am
Forum: Homebrew Software and Indie Games Discussion
Topic: New Megadrive (genesis) emulator for Dc next soon
Replies: 72
Views: 4054

Mega Drive isn't easy to emulate, but it isn't too difficult to get working in some capacity either, so it's definitely possible that he's got something going... I just know it's a PITA to get everything working *right* :) ...