diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/main.c | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/source/main.c b/source/main.c index 5193967..70ce02e 100644 --- a/source/main.c +++ b/source/main.c @@ -39,6 +39,11 @@  #include "splashimg_bin.h"  #include "rom_font_bin.h" +#ifndef DS81_VERSION +#define DS81_VERSION "DEVEL " __TIME__ "/" __DATE__ +#endif + +  /* ---------------------------------------- STATIC DATA  */  static const char *main_menu[]= @@ -85,6 +90,7 @@ static void Splash(void)      static const char *text[]=      {      	"DS81 \177 2006 Ian C", +	DS81_VERSION,  	" ",  	"ZX81 ROM \177 1981",  	"Nine Tiles Networks LTD", @@ -95,7 +101,6 @@ static void Splash(void)  	" ",  	" ",  	" ", -	" ",  	"Checking for FAT device...",  	NULL      }; | 
