scummvm/backends/dc
Eugene Sandulenko 6b4484472b Remove trailing whitespaces.
svn-id: r18604
2005-07-30 21:11:48 +00:00
..
.cvsignore Build plugins. 2004-08-25 21:47:07 +00:00
audio.cpp Sound buffer adjustment. 2004-03-14 13:14:03 +00:00
cache.S Support dynamic plugins on Dreamcast. 2004-08-22 21:47:20 +00:00
dc.h Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
DCLauncherDialog.h Run the DC launcher from inside the regular main() function. 2004-08-26 21:51:26 +00:00
dcloader.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
dcloader.h Support dynamic plugins on Dreamcast. 2004-08-22 21:47:20 +00:00
dcmain.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
display.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
icon.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
icon.h Protect against multiple inclusion. 2004-03-14 13:23:20 +00:00
input.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
label.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
label.h Protect against multiple inclusion. 2004-03-14 13:23:20 +00:00
Makefile Switch back from netcd to regular ronin. 2004-12-06 15:57:08 +00:00
plugin.syms Support dynamic plugins on Dreamcast. 2004-08-22 21:47:20 +00:00
plugin.x Support dynamic plugins on Dreamcast. 2004-08-22 21:47:20 +00:00
portdefs.h Use the name "scummvm_main" for the common main function, like WinCE. 2004-03-13 15:17:13 +00:00
README Updated instructions. 2004-12-06 13:36:46 +00:00
selector.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
softkbd.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
softkbd.h Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00
time.cpp Rename remaining OSystem methods to match our coding guidelines 2004-09-28 20:19:37 +00:00
vmsave.cpp Remove trailing whitespaces. 2005-07-30 21:11:48 +00:00

Compiling ScummVM for SEGA Dreamcast
====================================

If you want to compile ScummVM for your Dreamcast,
you'll need the following:

* gcc-3.4.2 configured as a cross-compiler for `sh-elf'

* binutils-2.14 configured likewise (don't use 2.15, it's broken...)

* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.12.0.tar.gz>

* libronin-0.4 : <URL:http://peter.bortas.org/scumm/libronin-0.4.tar.gz>

* GNU make


Edit the Makefile to contain the path to libronin if you installed it
somewhere other than /usr/local/ronin, then run `make dist', and you
should get a scrambled binary SCUMMVM.BIN and some plugins *.PLG.

For serial/IP upload, remove the "BUILD_PLUGINS" line and just run `make',
to get a static binary with the name `scummvm.elf'.