The address provided in the memory window is now verified to prevent crash
[clinton/Virtual-Jaguar-Rx.git] / docs / vj_ReleaseNotes.txt
index 8c5964f..e2208b2 100644 (file)
@@ -7,11 +7,17 @@ Release 4 (TBD)
 4) Switch to SDL 1.2.15 static library 64bits for VS 2017\r
 5) Local variables window displays values from function's parameters\r
 6) Fixed the typedef's name display in Local and Watch variables window\r
+7) ROM cartridge writing detection follow the alpine "allow writes to cartridge rom"'s flag check\r
+-- Breakpoint can now occur in the case of a ROM cartridge writing\r
+-- Alert box will display a message with possibility to pass or not the breakpoint only if this is related to a 8 or 16 bits ROM access\r
+8) Local variables window detects now if a variable is used or not by the code\r
+9) The address provided in the memory window is now verified to prevent crash\r
+-- Wrong provided address will be displayed in red\r
 \r
 Release 3 (13th November 2017)\r
 ------------------------------\r
 0) Fixed the windows respawning in the next emulator launch within --alpine or --debugger options\r
-1) Added an Exception Vector Table browser window\r
+1) Added an Exception Vector Table window\r
 2) Modified the About window to update the credits list in a more appropriate way\r
 -- Updated the emulator application credits line\r
 3) Added 'Rx' word to the emulator name\r
@@ -34,7 +40,7 @@ Release 3 (13th November 2017)
 15) Improved the .heap section detection to avoid a detection error\r
 -- Depend vlink version, .heap section may have an Alloc flag\r
 16) Fixed a crash when DWARF information does references to missing source code files\r
-17) Added a Local browser window for local variables\r
+17) Added a local variables window\r
 18) Project has switched to Visual Studio 2017 and QT 5.9.1 library\r
 \r
 Release 2 (3rd September 2017)\r
@@ -46,9 +52,9 @@ Release 2 (3rd September 2017)
 4) DWARF support\r
 -- TAG: Compilation Unit, Subprogram, Variables, Types\r
 -- Line numbers, symbols, functions\r
-5) Added an All Watch browser window for non-local variables\r
-6) Added a heap allocator browser window based on my own memory allocation functions\r
-7) Added additional 4 memory browser windows with address input based on hexa, decimal or symbol name\r
+5) Added an All Watch window for non-local variables\r
+6) Added a heap allocator window based on my own memory allocation functions\r
+7) Added additional 4 memory windows with address input based on hexa, decimal or symbol name\r
 8) Windows refreshing executed only if windows is visible\r
 9) Added a restart function\r
 -- Restart only the 68000 program counter to his original set\r
@@ -101,7 +107,8 @@ Known issues
 1) Video output is not displayed due to my OpenGL / QT5 5.5.1 integration with VS 2015 but solved when using the QT 5.9.1 package for VS 2017\r
 2) The BPM (Breapoint) remains stuck on his address when user wants to continue the code execution\r
 -- Need to trace over the BPM or unset the BPM\r
-3) To handle DWARF 2 issues with GCC, the code must be compiled with the -gdwarf-2 option\r
+-- The issue can be prevented if the code doesn't set IRQ, otherwise the IRQ will need to be traced to get back control\r
+3) To support DWARF 2 with GCC, the code must be compiled with the -gdwarf-2 option\r
 4) The Local and Watch variables list may display not available (N/A) type information\r
 -- Such missing information may be included in future release\r
 5) The 2MB mirroring is no longer applied in case of --dram-max option usage\r
@@ -111,7 +118,9 @@ Known issues
 -- Missing vectors may be added in future release\r
 8) User needs to manualy check if the Atari Jaguar executable match his source code files\r
 -- Otherwise, source code and assembly may not match or leads to instabilities\r
-9) Application needs to be restarted in case of keybindings changes\r
+9) The emulator needs to be restarted in case of keybindings changes\r
+10) In the case of a ROM cartridge writing, and an occuring breakpoint, the PC pointer will point at the next instruction and not at the instruction causing the breakpoint\r
+11) Emulator will crash in case of wrong value provided in the memory browser window\r
 \r
 Cosmetic / UX issues\r
 ====================\r