Generative Content
No DC game ever used procedural/generative content at the level modern tools enable. BATHYPELAGIC (pure math, zero assets) proves the concept. Shachi could include: - Procedural texture generation (noise functions → PVR upload) - L-system geometry generation → direct PVR strip submission - Audio synthesis → AICA programming
AI/LLM Integration via Network
Flash Edit proves the DC can receive live data patches over BBA. A modern equivalent: - LLM generates game parameters/content on host - Push via BBA/serial to running DC game - Game applies mutations in real-time - Mozart’s existing DC connectivity stack is the foundation
Hardware-Accurate Validation
Sega shipped zero validation tools. A twiddle validator alone would be genuinely novel — nothing like this has existed in 25 years of DC development. Combined with dc-lint patterns, this is the first-ever pre-burn validation pipeline for Dreamcast.
Multi-Pass Rendering on KOS
No KOS game has ever used multi-pass rendering (lightmaps, bump mapping, shadow passes) because KOS has no multi-pass API. shachi-gfx would make this trivially accessible for the first time.