Skip to content

Commit

Permalink
add Dreamcast platform_matrix entry
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Sep 10, 2018
1 parent cccd1a3 commit f34c2f6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/platform_matrix.html
Expand Up @@ -158,6 +158,31 @@
loadsave_meter: no,
},

dreamcast:
{
platform: "dreamcast",
description: "Sega Dreamcast",
architecture: "SH-4 (ELF)",
endian: "Little",
toolchain: "gcc 4.7.3 <br /> binutils 2.27 <br /> (KallistiOS)",
packaged: _FAULTY(),
stack_protector: _FAULTY(),
layer_rendering: yes,
module_engine: xmp,
ogg_vorbis: tremor,
optimization: size,
sdl: no,
editor: no_low_memory,
helpsys: no_low_memory,
audio: yes,
software: yes,
updater: no_updater,
png: subopt(),
uthash: yes,
loadsave_meter: yes,
},


mingw:
{
platform: "mingw",
Expand Down

0 comments on commit f34c2f6

Please sign in to comment.