diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-02 22:45:18 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-02 22:45:18 +0000 |
commit | 5b9ffe70b622cee65ed5678163bee0e22fc0433d (patch) | |
tree | b93acc4b6a9063d8a9bb83536c1658b010389a0b /source/main.c | |
parent | 933aa1be6910ef49023716a59f815e679f0b934a (diff) |
Updated Z80. Emulator still crashing on most TAP files.
Diffstat (limited to 'source/main.c')
-rw-r--r-- | source/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/main.c b/source/main.c index 36f3791..b5f9c72 100644 --- a/source/main.c +++ b/source/main.c @@ -33,7 +33,7 @@ #include "snapshot.h" #include "snap.h" -#define DSSPEC_VERSION "DEVEL" +#define DSSPEC_VERSION "0.1" #ifndef TRUE #define TRUE 1 @@ -109,7 +109,7 @@ static void Splash(void) " ", "PRESS A TO CONTINUE", " ", - "https://noddybox.co.uk/", + "https://deathstation9000.org.uk/", " ", NULL }; |