Deecy (Source)

Deecy (Source)
Deecy (Source)
File Size:
1.52 MB
Version:
0.5.1
Author:
Date:
16 May 2025
Downloads:
0 x

Deecy is an experimental Dreamcast emulator written in Zig.

Notes

Build

Install the correct zig version (see .zigversion, I try to keep up with Mach nominated version when not on a stable release). You can use zigup to manage your installed zig versions, or get it from https://machengine.org/docs/nominated-zig/.

zigup 0.14.1

Clone and build. Zig will fetch all dependencies automatically.

git clone https://github.com/Senryoku/Deecy           # Clone the repo 
cd Deecy
zig build run # Build and run in debug mode without any argument
zig build run --release=fast -- -g "path/game.gdi" # Build and run in release mode and loads a disc

You will also need to provide copies of dc_boot.bin and dc_flash.bin files in the data/ directory.

Linux

nfd-zig (native file dialog) needs these additional dependencies on Linux:

sudo apt install libgtk-3-dev
 
 
Powered by Phoca Download