scummvm/backends/platform/dc
Marcus Comstedt 8fd29ecf9f Fixed some warnings.
svn-id: r44877
2009-10-10 14:55:56 +00:00
..
audio.cpp New Mixer API. 2008-06-29 11:51:47 +00:00
cache.S Removed trailing spaces. 2008-01-27 19:47:41 +00:00
dc-fs.cpp Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear 2009-01-23 03:41:36 +00:00
dc.h RGB support. 2009-10-10 14:26:53 +00:00
DCLauncherDialog.h
dcloader.cpp Fixed some warnings. 2009-03-21 15:47:45 +00:00
dcloader.h Removed superfluous semicolon. 2009-03-17 22:18:33 +00:00
dcmain.cpp RGB support. 2009-10-10 14:26:53 +00:00
deficon.h
display.cpp Fixed some warnings. 2009-10-10 14:55:56 +00:00
dreamcast.mk Create IP.BIN. 2009-07-26 20:41:33 +00:00
icon.cpp
icon.h
input.cpp Refresh the screen if pollEvent() is called without updateScreen() being called for a long time. 2009-07-05 14:57:03 +00:00
ip.txt.in Create IP.BIN. 2009-07-26 20:41:33 +00:00
label.cpp Fixed some warnings. 2009-03-21 15:47:45 +00:00
label.h
Makefile Added flag for updating dependencies. 2009-10-10 14:31:16 +00:00
module.mk Initial support for building the Dreamcast port using the configure 2009-03-18 23:38:25 +00:00
plugin.syms Updated the list of the DC plugins' exported symbols 2008-05-02 05:23:31 +00:00
plugin.x
portdefs.h
README Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles 2008-05-06 03:11:01 +00:00
selector.cpp Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools 2009-10-02 14:42:24 +00:00
softkbd.cpp
softkbd.h
time.cpp
vmsave.cpp Changed SaveFileManager methods to take Common::String params (instead of char pointers) 2009-05-29 14:38:22 +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.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'.