diff --git a/Main/FoenixSystem.cs b/Main/FoenixSystem.cs index b2dbe82..fc61698 100644 --- a/Main/FoenixSystem.cs +++ b/Main/FoenixSystem.cs @@ -403,6 +403,8 @@ public bool ResetCPU(string filename) FileInfo testFile = new FileInfo(blockFile); if (!testFile.Exists) { + Console.WriteLine("File {0} was not found", split[1]); + MessageBox.Show("The file " + split[1] + " is specified in bulk.csv, but not present in the file system.", "Bulk.CSV File Missing", MessageBoxButtons.OK, MessageBoxIcon.Error); info = testFile; break; } diff --git a/Main/Properties/AssemblyInfo.cs b/Main/Properties/AssemblyInfo.cs index 10b5a1b..ce5080f 100644 --- a/Main/Properties/AssemblyInfo.cs +++ b/Main/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.0.4")] -[assembly: AssemblyFileVersion("0.7.0.4")] +[assembly: AssemblyVersion("0.7.0.5")] +[assembly: AssemblyFileVersion("0.7.0.5")] diff --git a/Release Notes.txt b/Release Notes.txt index adf332e..97240ff 100644 --- a/Release Notes.txt +++ b/Release Notes.txt @@ -1,9 +1,5 @@ -Release 0.7.0.4 +Release 0.7.0.5 --------------- -Fixed the joystick handler for the F256JR - this uses VIA0. -Changed default SD card settings to 64MB, 2048 byte, FAT32. -Handling the AltGr keyboard key as the back tick `. - ** TODO: Users can now modify the CPU registers when in debug mode. The registers have a white background when editable. ** TODO: Implemented the various cursor modes and rates. ** TODO: Implement an IEC interface to connect via USB to XUM1541 (try using the SerialPort class?). @@ -15,6 +11,12 @@ Handling the AltGr keyboard key as the back tick `. ** TODO: Try to sort out the issue with the character sets in non-unicode installation. ** TODO: Saving basic files to emulated SD card often doesn't work or crashes the emulator. +Release 0.7.0.4 +--------------- +Fixed the joystick handler for the F256JR - this uses VIA0. +Changed default SD card settings to 64MB, 2048 byte, FAT32. +Handling the AltGr keyboard key as the back tick `. + Release 0.7.0.3 --------------- Added Virtual Joystick support for the F256.