x80_profiles
Check which machine profiles this installation can run, including backend, capabilities, and required disk images, to prevent open failures from missing or mismatched images.
Instructions
List the machine profiles this installation can actually run: backend, tier, capabilities, required disk images and whether they are present. Call this first. Capabilities differ enormously between backends, and a profile with a missing image or a ROM/disk version mismatch will fail x80_open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe | No | Stat the backend binaries and images, run the ROM/disk version check, and check dynamic-library resolution. Set false for a cheap static answer. | |
| family | No | all | |
| profile | No | Report on one profile only, with full detail. | |
| only_ready | No | Omit profiles whose backend binary or disk images are missing. |