changeset 2119:3c7c45715a49

Define a default DM_DEF_CHARGEN if not #defined before.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 May 2019 18:33:06 +0300
parents 05a6e00b09d0
children 88d37ec1b4d6
files tools/lib64gfx.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sun May 26 17:51:24 2019 +0300
+++ b/tools/lib64gfx.h	Sun May 26 18:33:06 2019 +0300
@@ -17,6 +17,12 @@
 #endif
 
 
+// Define default character ROM path
+#ifndef DM_DEF_CHARGEN
+#define DM_DEF_CHARGEN "/usr/local/lib64/vice/C64/chargen"
+#endif
+
+
 // Bitmap constants
 #define C64_SCR_WIDTH          320
 #define C64_SCR_HEIGHT         200