scummvm/backends/platform/dc
2023-06-06 08:14:25 +02:00
..
audio.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
cache.S
check_plugin_symbols
dc-fs.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
dc.h GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
DCLauncherDialog.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
dcloader.cpp DC: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
dcloader.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
dcmain.cpp COMMON: Allow games to use overlay for something else than GUI 2022-11-12 19:12:05 +01:00
dcutils.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
dcutils.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
deficon.h
display.cpp GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
dreamcast.mk
icon.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
icon.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
input.cpp COMMON: Allow games to use overlay for something else than GUI 2022-11-12 19:12:05 +01:00
ip.txt.in
label.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
label.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Makefile DC: BUILD: Always disable SCUMMv7+ on Dreamcast (Bug#6008) 2023-02-08 00:50:33 +01:00
module.mk
plugin.syms
plugin.x
plugin_head.S
plugins.cpp DC: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
portdefs.h ALL: Add limits for all codebase 2023-06-06 08:14:25 +02:00
README
selector.cpp BACKENDS: DC: Fix compilation 2023-01-13 00:03:44 +01:00
softkbd.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
softkbd.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
time.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
vmsave.cpp COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01: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.7 : <URL:http://peter.bortas.org/scumm/libronin-0.7.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'.