What problem does it solve?
This Skill provides a foundational understanding of the Sega Saturn's core subsystems, helping developers make informed decisions during the initial stages of boot-up, system architecture, and high-level design before diving into low-level register manipulation.
Core Features & Use Cases
- System Architecture Overview: Understand the roles of SMPC, SCU, and the CD-ROM subsystem.
- Boot and Bring-Up Guidance: Validate initial system assumptions related to reset sequences and hardware initialization.
- Memory Map Sanity Checks: Cross-reference memory address assumptions with the manual's preliminary map.
- Video Pipeline Context: Gain a high-level understanding of VDP1 and VDP2 operations before detailed register programming.
- Use Case: When encountering issues with the Sega license screen during boot, consult this manual to understand the expected SMPC reset sequence and SCU bus behavior.
Quick Start
Use the saturn-basic-manual skill to search for information on the SMPC's role in system reset.