scummvm/backends/platform/dc
2011-06-04 11:55:56 +02:00
..
audio.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cache.S
check_plugin_symbols DC: Check plugins for required symbols 2011-01-07 14:40:25 +00:00
dc-fs.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dc.h BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls 2011-06-04 11:55:56 +02:00
DCLauncherDialog.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dcloader.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dcloader.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dcmain.cpp BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls 2011-06-04 11:55:56 +02:00
deficon.h
display.cpp BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls 2011-06-04 11:55:56 +02:00
dreamcast.mk GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
icon.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
icon.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
input.cpp DC: Fix compilation 2011-05-23 21:20:59 +02:00
ip.txt.in
label.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
label.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Makefile DC: Clarify comment 2011-06-01 18:17:35 +02:00
module.mk DC: Move dynamic plugin handling into the platform 2011-04-20 23:46:44 +02:00
plugin.syms
plugin.x
plugin_head.S DC: Ensure creation of output sections .{c,d}tors 2011-01-07 16:25:05 +00:00
plugins.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
portdefs.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
README
selector.cpp DC: Fix compilation 2011-05-23 21:20:59 +02:00
softkbd.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
softkbd.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
time.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
vmsave.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02: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'.