diff --git a/src/main.cpp b/src/main.cpp index 7e935b7..612d2c9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ extern "C" #include "sample.h" unsigned versionMajor = 1; -unsigned versionMinor = 6; +unsigned versionMinor = 7; // 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)