-
Notifications
You must be signed in to change notification settings - Fork 11
Operating Instructions
Arananet edited this page Feb 12, 2025
·
2 revisions
This guide provides step-by-step instructions for loading, saving, and converting files using the Tapuino device with your Commodore 64 (C64). It also includes instructions for dumping tapes from your old Datasette.
The Tapuino interface is controlled using four buttons. Here's a breakdown of their functions:
-
SELECT:
- Confirms the file or option selection.
-
ABORT:
- Allows you to abort the loading of a TAP image.
-
PREVIOUS:
- Returns to the parent menu or previous option.
-
NEXT:
- Moves between different options or files.
- Copy your TAP files to the SD card and insert the card into the SD card slot.
-
Switch on your C64, enter the command
LOAD
, and pressEnter
. - On the Tapuino:
- Select the option “Load”.
- Navigate to the desired file using the four buttons.
- Confirm your selection.
- The game or program will begin loading onto the C64. The OLED display will show the loading progress as a percentage via a progress bar.
Writing data to the SD card is straightforward. Follow these steps:
- Load the data you want to save or write a small Basic program for testing.
- Initiate the saving process with the command
SAVE
.
- Select the menu item “Record”.
- Choose the recording mode:
- Manual: Enter the file name manually using the buttons.
- Automatic: A predefined name will be generated automatically.
- If using Manual mode, type the name using the buttons:
- NEXT: Move cursor left.
- PREV: Move cursor right.
- BACK/SELECT: Change letters/characters.
- Press and hold NEXT: Confirm the name.
- When “Ready …” appears on the display, press Button 1 once more to start the storage process.
- The saved data will be stored on the SD card in the “Recordings” directory and can be loaded from there later.
If you have programs in formats like PRG, P00, or T64, you can convert them to TAP format using the Windows program WAV-PRG:
- Open WAV-PRG.
- Select the second option: “Convert a PRG, P00 or T64 to a sound or TAP or WAV” and click OK.
- Choose the target machine from the drop-down menu (e.g., C64 PAL) and click OK.
- Select the file you want to convert.
- The TAP file will be generated and ready for use with the Tapuino.
If you have old tapes and a Commodore Datasette, you can create TAP images from them:
- Connect your Datasette to the Tapuino.
- Follow the on-screen instructions to dump the tape contents to the SD card as a TAP file.
- Once the process is complete, the TAP file will be saved and can be loaded onto your C64 using the Tapuino.
For more information, visit the Tapuino GitHub repository.