diff options
-rw-r--r-- | source/main.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/main.c b/source/main.c index 70ce02e..5bef185 100644 --- a/source/main.c +++ b/source/main.c @@ -40,7 +40,7 @@ #include "rom_font_bin.h" #ifndef DS81_VERSION -#define DS81_VERSION "DEVEL " __TIME__ "/" __DATE__ +#define DS81_VERSION "DEV " __TIME__ "/" __DATE__ #endif @@ -90,7 +90,6 @@ static void Splash(void) static const char *text[]= { "DS81 \177 2006 Ian C", - DS81_VERSION, " ", "ZX81 ROM \177 1981", "Nine Tiles Networks LTD", @@ -101,6 +100,7 @@ static void Splash(void) " ", " ", " ", + " ", "Checking for FAT device...", NULL }; @@ -112,7 +112,9 @@ static void Splash(void) int scr_x=0; ZX81SuspendDisplay(); - ZX81DisplayString("10 print '%the zx81 is ace%'\n20 goto 10"); + ZX81DisplayString("10 rem " DS81_VERSION "\n" + "20 print '%the zx81 is ace%'\n" + "30 goto 20"); SUB_BG2_XDX = 0x080; SUB_BG2_YDY = 0x080; |