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
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
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
ip.txt.in
label.cpp
label.h
Makefile
module.mk
plugin_head.S
plugin.syms
plugin.x
plugins.cpp
portdefs.h COMMON: Move <new> include into scummsys.h. 2011-11-17 12:46:44 +01:00
README
selector.cpp
softkbd.cpp
softkbd.h
time.cpp
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'.