Skip to content

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

License

Notifications You must be signed in to change notification settings

luigidifraia/ByteBoozer2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!