From f70f31731cddfe0f96b74fa82a3a07a51b17411e Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 12 Apr 2019 01:49:57 +1000 Subject: (nw) suppress side effects, standardise #include guards --- src/lib/formats/cbm_crt.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/formats/cbm_crt.cpp') diff --git a/src/lib/formats/cbm_crt.cpp b/src/lib/formats/cbm_crt.cpp index 05bd56d5c38..ae67b8c7f1b 100644 --- a/src/lib/formats/cbm_crt.cpp +++ b/src/lib/formats/cbm_crt.cpp @@ -52,6 +52,14 @@ #define LOG 0 +#define CRT_SIGNATURE "C64 CARTRIDGE " + +#define CRT_HEADER_LENGTH 0x40 +#define CRT_CHIP_LENGTH 0x10 + +#define UNSUPPORTED "standard" + + // slot names for the C64 cartridge types static char const *const CRT_C64_SLOT_NAMES[_CRT_C64_COUNT] = { -- cgit v1.2.3-70-g09d2