readVicState
Read and interpret the VIC-II video chip state to understand Commodore 64 display configuration, including graphics modes, colors, memory locations, and raster position for debugging purposes.
Instructions
Read the full VIC-II state with interpreted values.
Returns all VIC-II registers with semantic meaning:
Border and background colors (with names)
Graphics mode (text, bitmap, multicolor, etc.)
Screen and character memory locations
Scroll values
Raster position
Sprite enable bits
This is the high-level view of the video chip. Use for understanding display configuration.
Related tools: readScreen, readSprites, readMemory (for $D000-$D02E)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||