From 16e3e35846578e2df90a0c0d75bc2ff41e403946 Mon Sep 17 00:00:00 2001 From: Ian Cowburn Date: Tue, 21 Sep 2021 21:07:39 +0100 Subject: Imported V1.7 --- doc/casm.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'doc/casm.html') diff --git a/doc/casm.html b/doc/casm.html index 31e1d92..c7e17ab 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -1005,6 +1005,13 @@ labels. A NES ROM file. + +cpc + + +An Amstrad CPC CDT file. + + @@ -1459,6 +1466,42 @@ Defines whether there is battery backed RAM in the cartridge. Defaults to +

Amstrad CPC CDT Output Format

+

+Generates an Amstrad CPC TAP file for an emulator. +The file can also be run into a real CPC using TZX to wav file converters. +

+ +

The CDT file will be given the same name as the output filename, +unless memory banks have been used, in which case each code file in the CDT +file will use the output-bank setting to generate the filename for +each block. +

+ +

Amstrad CPC CDT Output Format options

+ +

The Amstrad CPC CDT output driver supports the following settings that can be +set via an option command. +

+ + + + + + + + + + +
OptionDescription
+option cpc-start, address + +The start address for the tape file. If left undefined defaults to the start +of written memory. +
+ + +

Listing

-- cgit v1.2.3