Skip to content

C64 Tap file compression Tool for my forked Tapuino sketch which can support loading of packed files https://github.com/titmouse001/tapuino-with-packed-file-loading

Notifications You must be signed in to change notification settings

titmouse001/Tapuino-C64TapPackerTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C64 Tap Compression Tool

C64 tap file compression support for the Tapuino with packed file loading project

This tool finds and compresses all TAP files inside a given folder

  • compressed files are called .zap files
  • compressed files must keep the .zap filename extension for Tapuino with packed file loading to recognise them
  • orignal tap files will not be deleted
  • example savings: Zybex.tap (881KB) -> Zybex.zap (89KB)

Credit goes Charcole for the Origianl Idea, nice.


Example usage:

  • TapCompression.exe [.\]
    • Compresses tap files found in the tools run path
  • TapCompression.exe [yourTaps\]
    • ...relative folder
  • TapCompression.exe [c:\data\c64\yourTaps\]
    • ...absolute path

About

C64 Tap file compression Tool for my forked Tapuino sketch which can support loading of packed files https://github.com/titmouse001/tapuino-with-packed-file-loading

Resources

Stars

Watchers

Forks

Packages

No packages published