load_file
Load a file into the ZX Spectrum emulator. Use smartload to auto-detect and run, or force a snapshot or tape loader.
Instructions
Load a file into the emulator. By default uses ZEsarUX smartload, which auto-detects the file type and runs it. Use file_type to force a specific loader.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Path to the file to load | |
| file_type | No | 'auto' (default) = smartload (auto-detect & run); 'snapshot' = snapshot-load; 'tape' = realtape-open (inserts a REAL tape). | auto |