scummvm/backends/dc
Max Horn f26d3d1784 updated Marcus' copyright
svn-id: r10543
2003-10-02 17:28:02 +00:00
..
.cvsignore Ignore bs2 builddir. 2003-08-03 14:25:01 +00:00
audio.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
dc-fs.cpp moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) 2003-09-18 02:07:18 +00:00
dc.h updated Marcus' copyright 2003-10-02 17:28:02 +00:00
dcmain.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
display.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
icon.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
icon.h updated Marcus' copyright 2003-10-02 17:28:02 +00:00
input.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
label.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
label.h updated Marcus' copyright 2003-10-02 17:28:02 +00:00
Makefile Looks like gcc is broken again... :-( Go back to -O1 for now. 2003-04-13 12:53:08 +00:00
portdefs.h updated Marcus' copyright 2003-10-02 17:28:02 +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 updated Marcus' copyright 2003-10-02 17:28:02 +00:00
time.cpp updated Marcus' copyright 2003-10-02 17:28:02 +00:00
vmsave.cpp updated Marcus' copyright 2003-10-02 17:28:02 +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'.