changeset 1781:e53dc89c0e56

Add a c64 image/format flag for formats that use the border area. Not used yet.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jun 2018 21:27:44 +0300
parents 5ea4713e9e0f
children 22b6fa1a2ee4
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Tue Jun 12 20:37:53 2018 +0300
+++ b/tools/lib64gfx.h	Tue Jun 12 21:27:44 2018 +0300
@@ -58,6 +58,7 @@
     D64_FMT_ILACE        = 0x0002, // Interlace
     D64_FMT_FLI          = 0x0004, // FLI
     D64_FMT_CHAR         = 0x0008, // Character mode
+    D64_FMT_BORDER       = 0x0010, // Uses border area
 };