Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 800 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 800 Bytes

ByteBoozer2

David Malmborg's ByteBoozer 2.0, a data cruncher for Commodore files.

Originally published on CSDb here.

Notes

  • Compile with gcc.
  • The decruncher is coded with DreamAss accent. A Windows executable is provided for user convenience.
  • To use the provided Makefile you need GNU make. A Windows executable is provided for user convenience.
  • Under Windows you might want to run win32/b2var.bat to setup your build environment.

Fixes

  • A copy bit is added at the end of the output only when required.

Extensions

  • Implemented the "-b" option.

Extras

  • A Kernal loader with on-the-fly decrunching that:
    • loads linked files,
    • handles load errors, such as premature EOF, and
    • does NOT require sector/decrunch buffers!