gameboy-docs

Map Game Boy emulator features to Pan Docs source files.

4|1|Updated Aug 19, 2023
One-click install
npx skills add https://github.com/vizigr0u/svelteboy --skill gameboy-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gameboy-docs
Source: https://github.com/vizigr0u/svelteboy/tree/main/.claude/skills/gameboy-docs
Command: npx skills add https://github.com/vizigr0u/svelteboy --skill gameboy-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference guide consolidates authoritative Game Boy hardware documentation (Pan Docs) to help emulator developers verify correct behavior and avoid guesswork.

Core Features & Use Cases

  • Authoritative sources: maps emulator features to Pan Docs files (e.g., CPU_Instruction_Set.md, Memory_Map.md).
  • Guided debugging: helps locate exact hardware behavior for CPU, PPU, timer, and memory interactions during development.
  • Use Case: when implementing a new MBC or PPU feature, consult the relevant Pan Docs entry to ensure correct specifications.

Quick Start

Refer to pandocs/src to locate the authoritative Pan Docs entry you need for the current task.

Frequently Asked Questions about gameboy-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Where can I find authoritative Game Boy hardware documentation for emulator development?

Game Boy hardware documentation is consolidated from Pan Docs to help emulator developers verify correct behavior and avoid guesswork. It maps features to specific files like CPU_Instruction_Set.md and Memory_Map.md.

How do I verify PPU timing and interrupt behavior when implementing a Game Boy emulator?

To verify PPU timing and interrupt behavior, consult the relevant Pan Docs entry mapped within the reference. This guides you to exact hardware behavior specifications for PPU, timer, and memory interactions during development.

What is the best way to locate specifications for implementing a new Game Boy Memory Bank Controller?

To locate Memory Bank Controller specifications, refer to the pandocs/src directory. This reference provides explicit file references to enable precise lookups for MBC implementation requirements.

Does this hardware reference cover CPU instruction set timing for debugging?

Yes, the hardware reference covers CPU instruction set timing. It maps emulator features to Pan Docs files such as CPU_Instruction_Set.md to help locate exact hardware behavior for CPU interactions during debugging.

When do I need to consult Game Boy Pan Docs during emulator development?

Consult Game Boy Pan Docs when implementing or debugging emulator features such as CPU instructions, memory maps, PPU timing, and interrupts to ensure correct hardware specifications instead of guessing.