Sega CD Frog Feast source code




I've decided to release the source code to Frog Feast for the Sega CD. I've benefited from the source code released by many people in the Sega development community, and would like to give back to the community.

You will need to purchase a copy of the Sega CD version of Frog Feast. The CD contains the data and sound files needed by the game.

To compile the code, you will need to download the stripped down NeoDev compiler. This must be extracted to "C:\" or the makefiles will need to be modified.
Included in the NeoDev package are Bin2elf and Gcc2Ms.
Bin2elf converts any file to an elf object file. This is used for the graphics and maps.
Gcc2Ms (by Loser) allows the error messages to be properly displayed in Visual Studio.
If you are not using Visual Studio 6, you will also need to download nmake.
You will also need to download a copy of SNASM68K. This needs to be placed somewhere in your path.
If the build fails, ensure there is a Debug Folder in the SegaCDSrc directory.

To convert the graphics, you will need the Sega CD tools. This converts files from PCX and Mappy to formats used on the Sega CD. There is also a tool to convert from tUME to Sega CD, but tUME is no longer used.
These need to be placed somewhere in your path. The "NeoDev\bin\" directory would be a good choice.

To build the cd image, you will need mkisofs. This needs to be placed in somewhere in your path.

All of the sound stuff was done with Sony Sound Forge 7.0.
The audio files are converted to a signed bit 8 bit 8 Khz PCM format.

To build the game you will need to: To create replacement screens under Mappy: Download the source code.

The source code for Sega CD Frog Feast is copyright 2005-2010 by Charles Doty. You may use any/all of the enclosed code in any freeware/commercial application. The ony limitation is that the source code cannot be recompiled to create a copy of the Frog Feast CD. You can create a modified version of Frog Feast, and give instructions about burning a new CD using the files from the Frog Feast CD. None of the data files from the CD may be included with a modified version of Frog Feast.

I would appreciate a credit in your product, but it is not required.

Copyright 2005-10 RasterSoft