Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 337 Bytes

File metadata and controls

18 lines (15 loc) · 337 Bytes

cl-t64

Library for editing Commodore 64 ".t64" files in Common Lisp.

Works with SBCL and CLISP.

Features

  • Creating new images
  • Adding files to images
  • Deleting files in images
  • Renaming files in images
  • Moving files in images
  • Saving/loading images as T64 files

Usage

(load "cl-t64.lisp")
(use-package "CL-T64")