ROM Edit Screen - cressie176/Load64 GitHub Wiki
Edit the label of an existing ROM file entry for a game.
┌──────────────────────────────────────────────────────────────────────────────┐
│ TOP BAR │
│ <Game Title> > ROMs > <ROM Label> │
├──────────────────────────────────────────────────────────────────────────────┤
│ │
│ FORM │
│ ┌────────────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ File last-ninja-disk1.d64 │ │
│ │ │ │
│ │ ┌─────────────────────────────────────────────────┐ │ │
│ │ Label │ Disk 1_ │ │ │
│ │ └─────────────────────────────────────────────────┘ │ │
│ │ │ │
│ │ [Save] [Cancel] │ │
│ └────────────────────────────────────────────────────────────────────────┘ │
│ │
├──────────────────────────────────────────────────────────────────────────────┤
│ BOTTOM BAR │
└──────────────────────────────────────────────────────────────────────────────┘
Focusable: No
Interactive: No
Purpose: Identify the game these ROMs belong to
Type: Form
Focusable: Yes (primary focus region)
Interactive: Yes
Purpose: Edit the label for this ROM entry
Fields are pre-populated with the existing ROM values on entry.
The filename of the ROM file. Readonly — displayed for context only. To replace the file, return to the ROM list, remove this entry, and use Add to select a new file.
The display name shown when selecting or swapping disks (e.g. Disk 1, Side A, Save Disk).
- [Save] saves the updated label and returns to the ROM List screen.
- [Cancel] discards changes and returns to the ROM List screen.
Focusable: No
Interactive: No
Purpose: Display validation errors
After a validation error:
├──────────────────────────────────────────────────────────────────────────────┤
│ BOTTOM BAR │
│ <Error message> │
└──────────────────────────────────────────────────────────────────────────────┘
| Name | Type | Required | Notes |
|---|---|---|---|
| Label | String | Yes | Must not be empty. Must be unique among this game's other ROMs (case-insensitive; the current ROM is excluded). |