Update NEWS and ChangeLog
[emu8051.git] / src / options.c
index 7b3b183..3caf9f6 100644 (file)
 #include "common.h"
 #include "options.h"
 
+static char *hex_file;
 
-char *hex_file;
-
+/*
+ * Return the hex file name
+ */
+char *
+get_hex_filename(void)
+{
+       return hex_file;
+}
 
 /*******************************************************************************
  * Display the help message and exit