From 6542da7c6d8d41676e0786c8a663a9b4d4fae3f5 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Sun, 17 Nov 2019 14:52:24 +1100 Subject: [PATCH] Incremented build version to 1.21 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b888181..a4ce00a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ extern "C" #include "ssd_logo.h" unsigned versionMajor = 1; -unsigned versionMinor = 20; +unsigned versionMinor = 21; // When the emulated CPU starts we execute the first million odd cycles in non-real-time (ie as fast as possible so the emulated 1541 becomes responsive to CBM-Browser asap) // During these cycles the CPU is executing the ROM self test routines (these do not need to be cycle accurate)