From e0cc14afeb1da66ff2fb8714e33f488fb61be7ba Mon Sep 17 00:00:00 2001 From: Stephen White Date: Mon, 11 Jun 2018 19:36:05 +1000 Subject: [PATCH] Invremented build version. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2e686bb..2b18c59 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ extern "C" #include "sample.h" unsigned versionMajor = 1; -unsigned versionMinor = 4; +unsigned versionMinor = 5; // 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)