scummvm/backends/dc
2004-02-05 00:19:57 +00:00
..
.cvsignore Ignore sword1 build dir. 2004-02-01 16:27:12 +00:00
audio.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
dc.h updated copyright notice 2004-01-06 12:45:34 +00:00
dcmain.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
display.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
icon.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
icon.h updated copyright notice 2004-01-06 12:45:34 +00:00
input.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
label.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
label.h updated copyright notice 2004-01-06 12:45:34 +00:00
Makefile No need to explicitly include posix-fs.o. 2004-02-01 20:00:44 +00:00
portdefs.h updated copyright notice 2004-01-06 12:45:34 +00:00
README Changed prerequisites to be more up to date (slightly ahead of date, actually :) 2003-04-03 19:50:28 +00:00
selector.cpp renamed (Const)Iterator to (const_)iterator; changed size() to return an uint 2004-02-05 00:19:57 +00:00
time.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
vmsave.cpp updated copyright notice 2004-01-06 12:45:34 +00:00

Compiling ScummVM for SEGA Dreamcast
====================================

If you want to compile ScummVM for your Dreamcast,
you'll need the following:

* gcc-3.3 configured as a cross-compiler for `sh-elf'
  (including corresponding binutils)

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

* libronin-0.4 : <URL:http://peter.bortas.org/scumm/libronin-0.4.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', and you should
get an ELF binary with the name `scummvm.elf'.