scummvm/backends/platform/dc
2021-04-15 21:20:36 +02:00
..
audio.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
cache.S
check_plugin_symbols
dc-fs.cpp BACKENDS: Improve AbstractFSNode::createDirectory() stubs 2019-08-06 07:17:29 +03:00
dc.h BACKENDS: Use Common::U32String for OSystem::setWindowCaption 2020-11-22 17:20:19 +00:00
DCLauncherDialog.h
dcloader.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
dcloader.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
dcmain.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
deficon.h BUILD: Update logos and icons on ports 2019-04-02 10:55:57 -04:00
display.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
dreamcast.mk BUILD: Fix broken Dreamcast ronin handling & feature detection 2018-08-18 13:32:14 +02:00
icon.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
icon.h
input.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
ip.txt.in
label.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
label.h
Makefile
module.mk
plugin_head.S
plugin.syms DC: Implement atexit handling for plugins 2016-09-27 13:06:15 +02:00
plugin.x DC: Implement atexit handling for plugins 2016-09-27 13:06:15 +02:00
plugins.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
portdefs.h
README DC: Update versions of dependencies in README 2016-09-27 13:06:15 +02:00
selector.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
softkbd.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
softkbd.h
time.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
vmsave.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00

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

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

* gcc-4.6.3 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.19.0.tar.gz>

* libronin-0.6 : <URL:http://peter.bortas.org/scumm/libronin-0.6.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'.