tape_control
Insert a real tape into the ZX Spectrum emulator. Only the 'insert' action is supported; transport actions return a not-supported message.
Instructions
Insert a real tape into the emulator. NOTE: ZEsarUX ZRCP only supports inserting a real tape (realtape-open); transport actions (play/stop/rewind/forward) are NOT available over ZRCP. For ordinary .tap/.tzx files, prefer load_file (smartload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Only 'insert' is supported over ZRCP (maps to realtape-open). The others return a not-supported message. | |
| filename | No | Tape filename (required for the insert action) |