SDL for Dreamcast

[NEWS] [SDL] [SDL_mixer] [prboom] [AlephOne] [Rise of the Triad] [Duke Nukem 3D] [project page]

NEWS


porting plan


early stage

NOTICE: These port cannot play game. only for developper or watcher.

egoboo

egoboo is a 3d dungeon crawling adventure in the spirit of NetHack.

status: Titile and scenario selection work, but crash before game.
source and elf binary
put data on /egoboo_ on cd.

FreeCraft

FreeCraft is real-time strategy gaming engine.

status: Title only
source and elf binary
put data at /Freecraft on cd. (case insensitive)


SDL

SDL, Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device.

SDL-1.2.5 and SDL-1.2.4-dc-beda2 has HW flip bug. please use 1.2.4-dc-beta1 or modify

	if (flags | SDL_DOUBLEBUF) {
to
	if (flags & SDL_DOUBLEBUF) {
in src/video/dc/SDL_dcvideo.c line 297.

SDL-1.2.4-dc-beta2 is merged into original CVS and 1.2.5

SDL-1.2.4-dc-beta2.zip

SDL-1.2.4-dc-beta.zip


SDL_mixer

SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

SDL_mixer-1.2.4-dc.zip


Duke Nukem 3D : Duke It Out On DC

"Duke Nukem 3D" is 3D First Person Shooter released 1996 from 3D Realms. This is very popular game in early stage of FPS. 2003 April fool , DUKE3D source code released under GPL. "Duke It Out On DC" is Dreamcast port based on Linux port using SDL for Dreamcast. Ofcource this subtitle is joke of "Duke It Out In D.C.", Duke Nukem 3D addon from WizardWorks.

alpha

[DiscJuggler image with shareware data] [scrambled bin] [midi instrument for bin]

NOTE: full version don't work because of memory limitation

QUICK FAQ: How to burn DiscJuggler image using another writing software


Rise of the Triad

"Rise of the Triad" is DOOM like 3D First Person Shooter released 1994 from 3D Realms, famous as DUKE NUKEM series developper. 2002 Cristmas, ROTT source code released under GPL. This software is Dreamcast port based on Linux port using SDL for Dreamcast.

rottdc-1.0-2

[binary] [source] [nero image for shareware] [nero image for registerd] [DiscJuggler image for shareware] [DiscJuggler image for registerd]

rottdc-1.0

[binary] [source] [nero image with shareware data] [DiscJuggler image with shareware data] NOTE:

prboom

PrBoom is the culmination of years of work by various people and projects on the Doom source code by id software.

prboom-2.2.3-dc-1 [prboom & prboomgl binary with source] [prboom bootable nero image with shareware wad]


AlephOne

Aleph One is an Open Source 3D first-person shooter game, based on the game Marathon 2 by Bungie Software.
AlephOne/SDL is cross-platform SDL version.

AlephOne-0.12.0-dc-1 [binary with source] [bootable nero image with Marathon Infinity Demo]

Datafiles Hosted by:
SourceForge Logo