Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
GyroVorbis (talk | contribs) (Added link to SH4ZAM documentation) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 82: | Line 82: | ||
* [[Useful programming tips]] | * [[Useful programming tips]] | ||
* [[Efficient usage of the Dreamcast RAM]] | * [[Efficient usage of the Dreamcast RAM]] | ||
* [[SH4 FIPR Optimizations]] | |||
* [[SH4 FTRV Optimizations]] | |||
* [http://sh4zam.falcogirgis.net SH4ZAM docs] | |||
* Registers | * Registers | ||
* DMA | * DMA | ||
* TA | * TA | ||
* PVR | * PVR | ||
=== Website Development === | === Website Development === | ||
Latest revision as of 20:39, 8 January 2026
Getting started
- Getting Started with Dreamcast development -- start here!
Ready-to-use environments
- Codespaces (Browser-based development)
- Docker images
- DreamSDK (Windows only)
KallistiOS
- Building on Linux, macOS, Windows Subsystem for Linux
- Building KOS on Cygwin
- Building KOS on MinGW/MSYS
- Building KOS on MinGW-w64/MSYS2
- KallistiOS Doxygen documentation
Other
- Using Ruby for Sega Dreamcast development (experimental)
- Compiling for Naomi
Build & test
- Building your project
- Emulators
- Broadband adapter / LAN adapter
- Using dcload-ip with Linux
- Using dcload-ip with Windows 10 (via Windows Subsystem for Linux)
- Coder's cable
Environments and IDEs
Tools & utilities
Releasing your project
- Plain files
- Disc image
- Selfboot Inducer package
Engines
See Engine & Library
General
Graphics
- PVR
- GLdc
- Others
Audio
Maple
- Controller input
VMU
Optimization
- GCC-SH4 tips
- Fast SH4 Vertex Processing
- Useful programming tips
- Efficient usage of the Dreamcast RAM
- SH4 FIPR Optimizations
- SH4 FTRV Optimizations
- SH4ZAM docs
- Registers
- DMA
- TA
- PVR