diff tools/lib64util.h @ 2571:bb44c48cffac

Add helper function for getting C64 chargen ROM path from environment variable 'CHARGEN_ROM' and use it instead of the compile-time hardcoded value.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Mar 2022 23:23:05 +0200
parents c6ee41fd98dd
children 9807ae37ad69
line wrap: on
line diff
--- a/tools/lib64util.h	Wed Mar 02 00:31:27 2022 +0200
+++ b/tools/lib64util.h	Wed Mar 02 23:23:05 2022 +0200
@@ -15,12 +15,6 @@
 #endif
 
 
-// Default character file ROM path, if not defined yet
-#ifndef DM_DEF_CHARGEN
-#define DM_DEF_CHARGEN   "/usr/local/lib64/vice/C64/chargen"
-#endif
-
-
 //
 // Global variables
 //
@@ -42,6 +36,8 @@
 
 int       dmHandleExternalPalette(const char *filename, DMPalette **ppal);
 
+const char *dmGetChargenROMPath();
+
 
 #ifdef __cplusplus
 }