cdrom-io-commands

Control PlayStation CDROM drive I/O ports and command protocols.

3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/sadnescity/psx-spx-claude-plugin --skill cdrom-io-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cdrom-io-commands
Source: https://github.com/sadnescity/psx-spx-claude-plugin/tree/main/skills/cdrom-io-commands
Command: npx skills add https://github.com/sadnescity/psx-spx-claude-plugin --skill cdrom-io-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables precise control and manipulation of the PlayStation CDROM drive, allowing for advanced I/O operations like reading sectors, seeking, and playing CD audio.

Core Features & Use Cases

  • I/O Port Registers: Access and manipulate CDROM drive I/O port registers for reading and writing data.
  • Command Protocol: Execute control, seek, read, status, and audio commands on the CDROM drive.
  • Use Case: When developing a game or application that requires CDROM drive access, this Skill provides the necessary commands and protocols to interact with the hardware directly.

Quick Start

To read a CDROM sector, issue the command: /cdrom read 0 0x800 0

Frequently Asked Questions about cdrom-io-commands

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

FAQPage Schema
How do I execute CDROM I/O operations on PSX hardware?

To execute CDROM I/O operations on PSX hardware, you issue low-level commands to manipulate the drive's I/O port registers, enabling direct data reads, seeks, and audio playback control.

What is the command protocol for reading a sector from a PlayStation CDROM drive?

The command protocol for reading a PlayStation CDROM sector involves issuing specific control sequences to the I/O ports, such as the command `/cdrom read 0 0x800 0`, to access low-level data directly.

Can I use this Skill for PSX CD audio playback and seeking operations?

Yes, you can use this Skill for PSX CD audio playback and seeking operations. It provides the necessary command protocols to execute audio commands and control the CDROM drive hardware directly.

Do I need to understand PSX CDROM architecture to manipulate I/O port registers?

Yes, understanding PSX CDROM architecture and command protocols is required to manipulate I/O port registers effectively, as this Skill targets low-level hardware control for accurate data access.

Why perform low-level I/O port access instead of using standard PSX CD data reads?

Performing low-level I/O port access allows precise control over the PlayStation CDROM drive, bypassing standard abstractions to directly manipulate registers for advanced operations like sector reads and CD audio commands.

Does this Skill support writing data to the PSX CDROM drive I/O ports?

Yes, the Skill supports writing data to PSX CDROM drive I/O ports. It enables both reading and writing to I/O port registers to execute control, seek, and status commands on the hardware.