ROM cartridge writing detection
[clinton/Virtual-Jaguar-Rx.git] / docs / vj_ReleaseNotes.txt
CommitLineData
879b84c5
JPM
1Release 4 (TBD)\r
2---------------\r
30) The zoom value setting has been fixed in the registry\r
e857856a 41) Debugger mode now shares the same alpine rom path setting\r
1bb61ebf 52) Local variables window displays register name now\r
e857856a 63) Switch to Zlib 1.2.11 library 64bits for VS 2017\r
169c1409 74) Switch to SDL 1.2.15 static library 64bits for VS 2017\r
1bb61ebf
JPM
85) Local variables window displays values from function's parameters\r
96) Fixed the typedef's name display in Local and Watch variables window\r
eb20f274
JPM
107) ROM cartridge writing detection follow the alpine "allow writes to cartridge rom"'s flag check\r
11-- Breakpoint can now occur in the case of a ROM cartridge writing\r
12-- 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
879b84c5 13\r
b1b673a3
JPM
14Release 3 (13th November 2017)\r
15------------------------------\r
2d0121d4 160) Fixed the windows respawning in the next emulator launch within --alpine or --debugger options\r
be44e757
JPM
171) Added an Exception Vector Table browser window\r
182) Modified the About window to update the credits list in a more appropriate way\r
19-- Updated the emulator application credits line\r
203) Added 'Rx' word to the emulator name\r
214) Fixed a crash when reading the DWARF information in the case of the DWARF2 format has not been used\r
1bb61ebf 225) Added ui, alpine and debugger groups in the settings\r
be44e757 236) Added the possibility to erase settings\r
1bb61ebf 247) Added the --es-all, --es-ui, --es-alpine and --es-debugger options to erase specific settings\r
024bfc46
JPM
258) Added a keybindings tab and adapted the configuration dialog tabs\r
26-- User can modify the keybindings where appropriate\r
0d612b97 27-- Keybindings UI is displayed based on the option used (--debugger, -- alpine)\r
2d0121d4
JPM
289) Fixed a crash, in Release mode, when the HW labels setting is turn on\r
2910) Solved an interference between the HW labels setting and the one used by the debugger\r
30-- The setting is now only the reference used\r
49a6ac1c 3111) Fixed the SP (Stack) window UI potential missing data\r
4bb7c3f5 3212) Create a directory for EEPROMs (based on the EEPROMs setting) if it doesn't already exist\r
9bf5c434 3313) Keep the scrollbar position in accordance of the M68K PC pointer\r
41d6f5f7 34-- UI displays the source without the need to move down/up the scrollbar\r
95fe01d7 3514) Fixed a crash when DWARF information report a source line number exceeding the number of lines present in a source file\r
41d6f5f7 36-- This may come from the linker vlink\r
88b2434e
JPM
3715) Improved the .heap section detection to avoid a detection error\r
38-- Depend vlink version, .heap section may have an Alloc flag\r
95fe01d7 3916) Fixed a crash when DWARF information does references to missing source code files\r
0203b5fd 4017) Added a Local browser window for local variables\r
820579e2 4118) Project has switched to Visual Studio 2017 and QT 5.9.1 library\r
be44e757
JPM
42\r
43Release 2 (3rd September 2017)\r
44------------------------------\r
450) Added some error detections when reading the ELF executable file\r
461) Added all hardware labels (based on the document scans from the Version 2.4 - June 7, 1995)\r
472) "Step Over" code function for BSR/JSR functions\r
483) Added the .debug_ranges detection to avoid a detection error\r
494) DWARF support\r
50-- TAG: Compilation Unit, Subprogram, Variables, Types\r
51-- Line numbers, symbols, functions\r
525) Added an All Watch browser window for non-local variables\r
536) Added a heap allocator browser window based on my own memory allocation functions\r
547) Added additional 4 memory browser windows with address input based on hexa, decimal or symbol name\r
558) Windows refreshing executed only if windows is visible\r
569) Added a restart function\r
57-- Restart only the 68000 program counter to his original set\r
5810) Modified the icons color backgound for the "Step In" and "Step Over" functions\r
5911) Updated the About window to update the credits list\r
6012) 64 bits Release executable\r
6113) Fixed (hacking) the display of the SP (Stack) memory browser\r
6214) Set the emulator in Halt mode when launched in alpine debug mode without a loaded rom\r
63-- Otherwise the 68000 program counter will have a 0 value and will execute the code at this address\r
6415) Added some information in the --help/-h/-? option\r
6516) --debugger option no longer force the log file\r
6617) Added a --dram-max option to extend the DRAM size to 8MB\r
6718) Added the "enter" key support when setting the BPM (Breapoint)\r
6819) Save the windows positions, size and visibilities (show or hide) status\r
69-- Such windows will automatically respawn in the next emulator launch\r
70\r
71Release 1 (12th February 2017)\r
72------------------------------\r
730) BPM (Breapoint) now stop at the designated address and no longer stop after executing the code\r
741) Clean-up the tracing / no-tracing flags for better U.I understanding\r
752) Added SP (Stack) memory browser\r
763) User can change now the number of lines of disassembly displayed in the tracing window\r
774) User can turn on/off the op-codes associated in the disassembly lines displayed in the M68K tracing window\r
1bb61ebf 785) Added an emulator status window (GPU status, M68K debugger and tracking status)\r
be44e757
JPM
796) Added a GPU disassembly tracing window - Display the current PC pointer\r
807) Added a DSP disassembly tracing window - Display the current PC pointer\r
818) Added possibility to change refresh rate of browser windows when emulation is launched\r
1bb61ebf 829) Display partial hardware labels (Internal Memory and Graphics sub-system address space) in the disassembly lines displayed in the M68K tracing window\r
be44e757
JPM
83-- Display first the hardware labels (based from the Jag V8 dev. PDF) and then the ones possibly found in the ELF debug symbol\r
8410) Minor U.I cosmetic changes\r
8511) User can turn on/off the hardware labels associated in the disassembly lines displayed in the M68K tracing window\r
86-- It doesn't apply to the hardware labels possibly found in the ELF debug symbol\r
87\r
88Release 0 (5th January 2017)\r
89----------------------------\r
900) New option --debugger\r
911) ELF format support\r
922) ELF debug symbol support\r
933) "Step Into" code function\r
944) Menus layout dedicated to the debugger\r
955) Added a dedicated main window for tracing (M68K)\r
966) Added a Debugger tab in the config tab\r
977) Visual Studio 2015 project support\r
988) libelf-0.8.13 library support\r
999) 64 bits debug executable only\r
100\r
101\r
102Known issues\r
103============\r
820579e2 1041) 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
be44e757
JPM
1052) The BPM (Breapoint) remains stuck on his address when user wants to continue the code execution\r
106-- Need to trace over the BPM or unset the BPM\r
eb20f274
JPM
107-- 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
1083) To support DWARF 2 with GCC, the code must be compiled with the -gdwarf-2 option\r
1bb61ebf 1094) The Local and Watch variables list may display not available (N/A) type information\r
be44e757
JPM
110-- Such missing information may be included in future release\r
1115) The 2MB mirroring is no longer applied in case of --dram-max option usage\r
1126) Stack must reflect the --dram-max option usage otherwise the stack may be corrupted\r
113-- The application needs to set the SP (Stack) in accordance\r
1147) The Exception Vector Table broswer window displays only 65 vectors\r
115-- Missing vectors may be added in future release\r
49a6ac1c
JPM
1168) User needs to manualy check if the Atari Jaguar executable match his source code files\r
117-- Otherwise, source code and assembly may not match or leads to instabilities\r
eb20f274
JPM
1189) The emulator needs to be restarted in case of keybindings changes\r
11910) 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
be44e757
JPM
120\r
121Cosmetic / UX issues\r
122====================\r
1231) The SP (Stack) icon color backgound doesn't look similar with the other ones\r
1242) The emulator status option has no icon\r
1253) The SP (Stack) window size always open at a forced size no matter if the size has been changed\r
024bfc46 1264) Not every features have associated keybindings\r
be44e757
JPM
127\r
128Legacy issues/hints\r
129===================\r
1301) Emulator seems to have easter egg(s)\r
131-- The option --yarrr displays a single message and end the application\r
2d0121d4 132-- Pressing F8, while in the main window, will create an extra message in the log file\r
be44e757
JPM
1332) The --alpine option force the log file but it can be override if --no-log option is set after the --alpine option\r
134\r
135Project information\r
136===================\r
024bfc46 1371) Code based on the Shamus Hammons source code available via Gethub by the 12th September 2017 (2.1.3 Final)\r
820579e2
JPM
1382) Visual Studio 2015/2017 project support for 64 bits\r
1393) libelf 0.8.13 library 64bits for VS 2015/2017\r
1bb61ebf 1404) libdwarf 1.41 library 64bits for VS 2015, cygwin64 and Msys2/MinGW64\r
be44e757 1415) QT 5.5.1 library 64bits for VS 2015\r
820579e2 1426) QT 5.9.1 library 64bits for VS 2017\r
e857856a
JPM
1437) Zlib 1.2.8 library 64bits for VS 2015\r
1447) Zlib 1.2.11 library 64bits for VS 2017\r
169c1409 1458) SDL 1.2.15 library 64bits for VS 2015/2017\r
820579e2
JPM
1469) The original make files have been modified to follow the requirements and modifications\r
14710) The 'Rx' word has been added to the emulator name to make distinction with the official version\r
14811) The project source is set at https://github.com/djipi/Virtual-Jaguar-Rx\r
14912) GPLv3 file document has been renamed as LICENSE, to fit better the GitHub requirements\r
be44e757
JPM
150-- Text / License terms are the same\r
151\r
152\r
153Download statistics\r
154-------------------\r
155jaguar64eu : 15 downloads for the Release 0 on the 12th Feb, 2017\r
156jaguar64eu : 18 downloads for the Release 1 on the 21st May, 2017\r
e857856a
JPM
157No downloads statistics available for the Release 2\r
158No downloads statistics available for the Release 3\r