vice-mcp/src/protocol
Simen Svale 40c2ecd1a5 Fix response types per official VICE manual
Our KB had wrong response type codes. Corrected per VICE docs:
- MemoryGet = 0x01 (was 0x31)
- RegisterInfo = 0x31 (was 0x62)
- Stopped = 0x62 (was 0x11)
- Resumed = 0x63 (was 0x12)

This should fix readMemory timeouts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:13:00 +01:00
..
client.ts Fix response types per official VICE manual 2025-12-30 03:13:00 +01:00
index.ts Add VICE binary protocol layer and core debugging tools 2025-12-30 01:50:27 +01:00
types.ts Fix response types per official VICE manual 2025-12-30 03:13:00 +01:00