Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

reidrac/mkc64tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mkc64tap.py

This is a simple tool to generate .TAP files for the C64.

The generated tape can be loaded using the kernal loader.

Example:

mkc64tap.py file.prg -o file.tap

Then you can use that .TAP file in your favourite emulator:

  1. attach the tape
  2. run LOAD"*",1,1:RUN

All PRG files are added as non-relocatable programs. Run the tool with -h flag for help.

Requirements:

  • Python 2.7

References:

About

A simple tool to generate .TAP files for the C64.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages