From 5b9ffe70b622cee65ed5678163bee0e22fc0433d Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 2 Jan 2023 22:45:18 +0000 Subject: Updated Z80. Emulator still crashing on most TAP files. --- source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/main.c') 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 }; -- cgit v1.2.3