D3-TUI Quick Start Guide
Minimal examples to get D3-TUI running quickly.
Prerequisites
This guide assumes you have: - KOS toolchain installed
(sh-elf-gcc) - D3-TUI source at
/from/workspace/d3-tui/
Building D3-TUI
cd /from/workspace/d3-tui
make clean
make release
Output: builds/d3tui.elf (1.5MB SH4 ELF binary)
Running in Emulator
# Flycast
./builds/d3-tui.elf
# Or via Makefile
make run