scummvm/backends/platform/dc
2016-08-04 13:08:25 +02:00
..
audio.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
cache.S JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
check_plugin_symbols DC: Check plugins for required symbols 2011-01-07 14:40:25 +00:00
dc-fs.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
dc.h DC: Fix compilation errors due to AudioCD changes. 2016-04-06 23:40:26 +02:00
DCLauncherDialog.h DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
dcloader.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
dcloader.h DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
dcmain.cpp DC: Fix compilation errors due to AudioCD changes. 2016-04-06 23:40:26 +02:00
deficon.h Update the Dreamcast icon 2009-10-17 10:51:14 +00:00
display.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
dreamcast.mk GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
icon.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
icon.h DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
input.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
ip.txt.in JANITORIAL: Update copyright year 2014-01-01 12:44:08 +02:00
label.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
label.h DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01: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_head.S JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
plugin.syms Updated the list of the DC plugins' exported symbols 2008-05-02 05:23:31 +00:00
plugin.x Moved backends/dc into new platform directory. 2006-06-30 20:21:42 +00:00
plugins.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
portdefs.h DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
README JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
selector.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
softkbd.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
softkbd.h DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
time.cpp DC: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
vmsave.cpp DC: Fix compilation 2016-08-04 13:08:25 +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'.