summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cbm_crt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/cbm_crt.cpp')
-rw-r--r--src/lib/formats/cbm_crt.cpp8
1 files changed, 8 insertions, 0 deletions
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] =
{