File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 241
241
* 0.11 - Display the version information just before the ROM
242
242
* size when starting so any error messages are printed
243
243
* before the version number is shown - MT
244
- * - Updated version number format to include the build
244
+ * 18 Feb 24 - Updated version number format to include the build
245
245
* number - MT
246
246
*
247
+ * 19 Feb 24 - Check that stat() was successful before checking the
248
+ * if the file is a directory or a file! - MT
249
+ * - Closes ROM file after reading - MT
250
+ *
247
251
* To Do - Parse command line in a separate routine.
248
252
* - Add verbose option.
249
253
* - Allow VMS users to set breakpoints?
254
258
255
259
#define NAME "x11-calc"
256
260
#define VERSION "0.11"
257
- #define BUILD "0120 "
258
- #define DATE "18 Feb 24"
261
+ #define BUILD "0122 "
262
+ #define DATE "19 Feb 24"
259
263
#define AUTHOR "MT"
260
264
261
265
#define INTERVAL 25 /* Number of ticks to execute before updating the display */
You can’t perform that action at this time.
0 commit comments