1.3.4 • Published 2 years ago

backbit-tool v1.3.4

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

BackBit-Tool

The BackBit Tool is a fully open source cross-platform JavaScript application that creates .BBT files for use with the BackBit cartridge for Commodore 64.

The BBT file format offers the following innovations:

  • Prepend SID music and title screen/screenshots
  • Autostarts to any program
  • Incorporates up to 8 disk images (D64/D71/D81/D8B)
  • Supports up to 4GB of binary data
  • Tags important details about the program, including text and screenshots

While this format is designed to integrate with the BackBit cartridge, it is likely that emulators will eventually support this format once there is enough demand.

For the latest compiled build, find it at http://backbit.io/downloads/Tool/.

To discuss working on this tool, go to the forum at http://forum.backbit.io.

The cartridge is available for purchase at http://store.backbit.io.

Comes built with an easy-to-use GUI for Windows (32 & 64-bit), OSX (64-bit), & Linux (32 & 64-bit):

Also usable with a command-line interface:

BackBitTool 1.2.3
Usage: BackBitTool <output.bbt> <input files...>
Supported input files include: PRG,CRT,D64,D71,D81,D8B,SID,KLA
Use any unsupported extension to add extended data

Command-Line Usage

You must install node & npm to build on your machine: https://nodejs.org/en/download/

To install COMMAND-LINE version:

  • npm i -g backbit-tool

To run COMMAND-LINE version once installed:

  • backbit-tool

Development

To setup for development (first time only):

  • git clone https://github.com/evietron/BackBit-Tool.git
  • cd BackBit-Tool
  • npm i
  • npm run dev

To execute in DEBUG mode:

  • npm start

To compile PRODUCTION builds for all platforms (outputs to the build folder):

NOTE: On Windows, you have to run cmd.exe as Administrator to compile for OSX

  • npm run deploy

To execute PRODUCTION build:

  • npm run prod-win32, or
  • npm run prod-win64, or
  • npm run prod-osx

To install PRODUCTION build in your Applications folder on Mac OSX:

  • npm run app-osx

BBT File Format

This is a (somewhat) human readable format when viewed in a hex editor with a column width of 16 bytes.

All fields begin on 16-byte offsets.

See details here: https://github.com/evietron/BackBit-Tool/blob/master/src/bbt.js

D8B File Format

This is a new format, similar to other disk formats but with capacity for about 8 regular disks and directory entires to match.

FormatTracksSectorsDir EntriesDir TrackBAM Sector#Dir Sector#BAM bytes/trkBlocks AvailCapacity vs D64
D643517-211441801-1846641x
D717017-2114418/5301-18413282x
D818040296401-23-39631604.8x
D8B40136105611-34-1351853048x
1.3.4

2 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago