diff tools/64vw.c @ 2236:57ccd949093f

Show the default chargen/character ROM file path in help.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 06:19:34 +0300
parents 9c4f69fcb4b1
children 5db6e0b63b35
line wrap: on
line diff
--- a/tools/64vw.c	Sat Jun 15 06:18:09 2019 +0300
+++ b/tools/64vw.c	Sat Jun 15 06:19:34 2019 +0300
@@ -82,6 +82,13 @@
 {
     dmPrintBanner(stdout, dmProgName, "[options] <input image file>");
     dmArgsPrintHelp(stdout, optList, optListN, 0);
+
+    fprintf(stdout,
+    "\n"
+    "Default character ROM file for this build is:\n"
+    "%s\n",
+    DM_DEF_CHARGEN
+    );
 }