scummvm/backends/platform/dc
2012-06-25 22:39:28 +03:00
..
audio.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
cache.S JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
check_plugin_symbols
dc-fs.cpp JANITORIAL: Remove extra semicolons. 2011-11-27 12:54:22 +01:00
dc.h ALL: Let overlay related methods in OSystem take a void * and use a proper pitch values. 2012-06-16 04:17:14 +02:00
DCLauncherDialog.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
dcloader.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
dcloader.h
dcmain.cpp COMMON: Add tm_wday to our TimeDate struct 2012-06-09 20:21:48 -04:00
deficon.h
display.cpp ALL: Let overlay related methods in OSystem take a void * and use a proper pitch values. 2012-06-16 04:17:14 +02:00
dreamcast.mk
icon.cpp
icon.h
input.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
ip.txt.in
label.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
label.h
Makefile DC: Clarify comment 2011-06-01 18:17:35 +02:00
module.mk
plugin_head.S JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
plugin.syms
plugin.x
plugins.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
portdefs.h COMMON: Move <new> include into scummsys.h. 2011-11-17 12:46:44 +01:00
README JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
selector.cpp DC: Directory handling fixes 2011-07-17 20:59:07 +02:00
softkbd.cpp
softkbd.h
time.cpp DC: Use OSystem's 'slots' for timer/savefile manager & fsFactory 2011-06-07 14:57:56 +02:00
vmsave.cpp COMMON: Also adapt openForSaving() in the DC and N64 backends 2012-06-25 22:39:28 +03: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.18 configured likewise

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

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

* libmad : <URL:http://mc.pp.se/dc/files/libmad-0.15.1b.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 "DYNAMIC_MODULES" line and just run `make',
to get a static binary with the name `scummvm.elf'.