scummvm/backends/platform/dc
2021-09-23 23:05:45 +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 DREAMCAST: Fix build by defining missing function 2021-08-24 19:08:46 +02:00
dc.h BACKENDS: Add override and final keywords 2021-08-12 15:16:48 +01: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 EVENTRECORDER: added new event for OSystem::getTimeAndDate 2021-07-09 19:23:21 +02:00
deficon.h BUILD: Update logos and icons on ports 2019-04-02 10:55:57 -04:00
display.cpp BACKENDS: Harden grabOverlay in all platforms 2021-08-04 13:27:07 +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.syms
plugin.x
plugin_head.S
plugins.cpp DC: Request disc swap when needed for plugin loading 2021-09-23 23:05:45 +02:00
portdefs.h
README
selector.cpp DC: Preserve appDomain when reloading config on disc swap 2021-09-20 23:31:03 +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 COMMON: Introduce SaveFileManager::exists 2021-08-23 13:34:35 +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'.