Changes

Jump to: navigation, search

Bin2cart

506 bytes added, 12:38, 19 August 2019
Created page with "Little windows c# tool to built a cartridge for amstrad [[Plus]] or [[gx4000]]. Usage examples: '''bin2cart File1.bin -page 0 -offset 0x0 -o Cart.cpr -t''' This creates a c..."
Little windows c# tool to built a cartridge for amstrad [[Plus]] or [[gx4000]].

Usage examples:

'''bin2cart File1.bin -page 0 -offset 0x0 -o Cart.cpr -t'''

This creates a cartridge (-t) and includes the file file1.bin in page 0 at offset 0x0

'''bin2cart Tequila2.pck -page 7 -offset 0x1B20 -o Cart.cpr'''

Add the File Tequilla2.pck to an existing Cartridge Cart.cpr in page 7, offset 0x1b20.

Tool was written by [[Shining]] so please contact for support.

[[Category:Cartridges]][[Category:CPC Plus]]
56
edits