64kramsystem / 64kramsystem/ghidra-vice-connector

Support multiple VICE machines (VIC-20, C128, PET, Plus/4)

Abierto
#9 0 comentarios 0 reacciones 0 asignados Ver en GitHub
priority: low
Lenguaje dominante
Python
Estrellas
1
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

## Description

VICE emulates multiple Commodore machines beyond the C64: VIC-20, C128 (with Z80 + 8502), PET, Plus/4, and CBM-II. The current plugin is hardcoded to C64/6510.

## Proposed implementation

- Make `arch.py` configurable per machine (language ID, memory map, register set)
- Add a launcher parameter to select the target machine
- For C128: support dual-CPU (Z80 + 8502) as two threads
- Use VICE's `BANKS_AVAILABLE` to auto-detect the machine's memory layout
- Different machines may need different Ghidra language IDs (e.g., Z80 for C128's Z80 mode)

## Why this matters

Expands the plugin's audience beyond C64 developers, though C64 is by far the most common target.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.