Skip to content

Commit be6cb2e

Browse files
Update README.md: rename Platform to System terminology
- 'Platforms' feature bullet -> 'Systems' - 'platform' in document settings description -> 'system' - --dump-platform-config-files -> --dump-system-config-files
1 parent 03be6a1 commit be6cb2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Regenerator 2000 brings modern conveniences to 6502 disassembly:
3333
- Side-by-side view with disassembly.
3434
- **Debugger**: Connect to VICE for live disassembly, breakpoints, run/step (F2–F9); Debugger panel in the right pane.
3535
- **Mini map**: Mini map of the file being analyzed.
36-
- **Platforms**: Supports Commodore 8-bit machines: C64, C128, VIC-20, Plus/4, PET 4.0, PET 2.0, and 1541.
36+
- **Systems**: Supports Commodore 8-bit machines: C64, C128, VIC-20, Plus/4, PET 4.0, PET 2.0, and 1541.
3737
- **Import**: Load the following file formats
3838
- PRG: PRG files
3939
- CRT: Cartridge images with bank selection support
@@ -65,7 +65,7 @@ Regenerator 2000 brings modern conveniences to 6502 disassembly:
6565
- **X-Ref**: Inspect cross-references for labels/addresses.
6666
- **History**: Navigate back to previous locations.
6767
- **Customization**:
68-
- Configure document settings (max x-refs, platform, assembler).
68+
- Configure document settings (max x-refs, system, assembler).
6969
- Customizable display options (show/hide all labels, etc.).
7070
- **TUI**:
7171
- Text User interface
@@ -136,7 +136,7 @@ regenerator2000 [OPTIONS] [path/to/file.prg]
136136
- `--mcp-server`: Run MCP server (HTTP on port 3000)
137137
- `--mcp-server-stdio`: Run MCP server via stdio
138138
- `--vice <HOST:PORT>`: Auto-connect to VICE binary monitor at startup (e.g. `--vice localhost:6502`)
139-
- `--dump-platform-config-files <PATH>`: Dump all built-in platform config files (`platform-*.toml`) to the specified directory and exit. Useful for inspecting or customizing platform definitions.
139+
- `--dump-system-config-files <PATH>`: Dump all built-in system config files (`system-*.toml`) to the specified directory and exit. Useful for inspecting or customizing system definitions.
140140
- `--dump-theme-files <PATH>`: Dump all built-in theme files (`theme-*.toml`) to the specified directory and exit. Edit them and place in the [config directory](https://regenerator2000.readthedocs.io/en/latest/install/) to create custom themes.
141141

142142
Supported file formats: `.prg`, `.crt`, `.d64`, `.d71`, `.d81`, `.t64`, `.vsf`, 6502bench (`.dis65`), `.bin`, `.raw`, and `.regen2000proj`.

0 commit comments

Comments
 (0)