Incremented version number.
This commit is contained in:
parent
3346ef6cf5
commit
9f0e610663
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ scrollHighlightRate = 0.07
|
||||||
OnResetChangeToStartingFolder = 1
|
OnResetChangeToStartingFolder = 1
|
||||||
|
|
||||||
// If you use FB64 (CBMFileBrowser) and want to use a fast loader cartridge (AR6, EFL, FC3) to load it then use this option to autmatically mount it.
|
// If you use FB64 (CBMFileBrowser) and want to use a fast loader cartridge (AR6, EFL, FC3) to load it then use this option to autmatically mount it.
|
||||||
//AutoMountImage = fb.d64
|
//AutoMountImage = fb.d64 // You MUST have a disk image in \1541 with this filename
|
||||||
|
|
||||||
// If you would ever like to disable browse mode completely ypu can do so here
|
// If you would ever like to disable browse mode completely ypu can do so here
|
||||||
//DisableSD2IECCommands = 1
|
//DisableSD2IECCommands = 1
|
||||||
|
|
|
@ -46,7 +46,7 @@ extern "C"
|
||||||
#include "ssd_logo.h"
|
#include "ssd_logo.h"
|
||||||
|
|
||||||
unsigned versionMajor = 1;
|
unsigned versionMajor = 1;
|
||||||
unsigned versionMinor = 7;
|
unsigned versionMinor = 8;
|
||||||
|
|
||||||
// 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)
|
// 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)
|
// During these cycles the CPU is executing the ROM self test routines (these do not need to be cycle accurate)
|
||||||
|
|
Loading…
Reference in a new issue