Create a directory for EEPROMs if it doesn't already exist
[clinton/Virtual-Jaguar-Rx.git] / docs / vj_ReleaseNotes.txt
CommitLineData
49a6ac1c 1Release 3 (WiP)\r
be44e757 2---------------\r
2d0121d4 30) Fixed the windows respawning in the next emulator launch within --alpine or --debugger options\r
be44e757
JPM
41) Added an Exception Vector Table browser window\r
52) Modified the About window to update the credits list in a more appropriate way\r
6-- Updated the emulator application credits line\r
73) Added 'Rx' word to the emulator name\r
84) Fixed a crash when reading the DWARF information in the case of the DWARF2 format has not been used\r
95) Added ui, alpine & debugger groups in the settings\r
106) Added the possibility to erase settings\r
117) Added the --es-all, --es-ui, --es-alpine & --es-debugger options to erase specific settings\r
024bfc46
JPM
128) Added a keybindings tab and adapted the configuration dialog tabs\r
13-- User can modify the keybindings where appropriate\r
2d0121d4
JPM
149) Fixed a crash, in Release mode, when the HW labels setting is turn on\r
1510) Solved an interference between the HW labels setting and the one used by the debugger\r
16-- The setting is now only the reference used\r
49a6ac1c 1711) Fixed the SP (Stack) window UI potential missing data\r
4bb7c3f5 1812) Create a directory for EEPROMs (based on the EEPROMs setting) if it doesn't already exist\r
be44e757
JPM
19\r
20Release 2 (3rd September 2017)\r
21------------------------------\r
220) Added some error detections when reading the ELF executable file\r
231) Added all hardware labels (based on the document scans from the Version 2.4 - June 7, 1995)\r
242) "Step Over" code function for BSR/JSR functions\r
253) Added the .debug_ranges detection to avoid a detection error\r
264) DWARF support\r
27-- TAG: Compilation Unit, Subprogram, Variables, Types\r
28-- Line numbers, symbols, functions\r
295) Added an All Watch browser window for non-local variables\r
306) Added a heap allocator browser window based on my own memory allocation functions\r
317) Added additional 4 memory browser windows with address input based on hexa, decimal or symbol name\r
328) Windows refreshing executed only if windows is visible\r
339) Added a restart function\r
34-- Restart only the 68000 program counter to his original set\r
3510) Modified the icons color backgound for the "Step In" and "Step Over" functions\r
3611) Updated the About window to update the credits list\r
3712) 64 bits Release executable\r
3813) Fixed (hacking) the display of the SP (Stack) memory browser\r
3914) Set the emulator in Halt mode when launched in alpine debug mode without a loaded rom\r
40-- Otherwise the 68000 program counter will have a 0 value and will execute the code at this address\r
4115) Added some information in the --help/-h/-? option\r
4216) --debugger option no longer force the log file\r
4317) Added a --dram-max option to extend the DRAM size to 8MB\r
4418) Added the "enter" key support when setting the BPM (Breapoint)\r
4519) Save the windows positions, size and visibilities (show or hide) status\r
46-- Such windows will automatically respawn in the next emulator launch\r
47\r
48Release 1 (12th February 2017)\r
49------------------------------\r
500) BPM (Breapoint) now stop at the designated address and no longer stop after executing the code\r
511) Clean-up the tracing / no-tracing flags for better U.I understanding\r
522) Added SP (Stack) memory browser\r
533) User can change now the number of lines of disassembly displayed in the tracing window\r
544) User can turn on/off the op-codes associated in the disassembly lines displayed in the M68K tracing window\r
555) Added an emulator status window (GPU status, M68K debugger & tracking status)\r
566) Added a GPU disassembly tracing window - Display the current PC pointer\r
577) Added a DSP disassembly tracing window - Display the current PC pointer\r
588) Added possibility to change refresh rate of browser windows when emulation is launched\r
599) Display partial hardware labels (Internal Memory & Graphics sub-system address space) in the disassembly lines displayed in the M68K tracing window\r
60-- Display first the hardware labels (based from the Jag V8 dev. PDF) and then the ones possibly found in the ELF debug symbol\r
6110) Minor U.I cosmetic changes\r
6211) User can turn on/off the hardware labels associated in the disassembly lines displayed in the M68K tracing window\r
63-- It doesn't apply to the hardware labels possibly found in the ELF debug symbol\r
64\r
65Release 0 (5th January 2017)\r
66----------------------------\r
670) New option --debugger\r
681) ELF format support\r
692) ELF debug symbol support\r
703) "Step Into" code function\r
714) Menus layout dedicated to the debugger\r
725) Added a dedicated main window for tracing (M68K)\r
736) Added a Debugger tab in the config tab\r
747) Visual Studio 2015 project support\r
758) libelf-0.8.13 library support\r
769) 64 bits debug executable only\r
77\r
78\r
79Known issues\r
80============\r
49a6ac1c 811) Video output is not displayed due to my OpenGL / QT5 integration with VS 2015\r
be44e757
JPM
822) The BPM (Breapoint) remains stuck on his address when user wants to continue the code execution\r
83-- Need to trace over the BPM or unset the BPM\r
843) To handle DWARF 2 issues with GCC, the code must be compiled with the -gdwarf-2 option\r
854) The Watch variables list may display not available (N/A) type information\r
86-- Such missing information may be included in future release\r
875) The 2MB mirroring is no longer applied in case of --dram-max option usage\r
886) Stack must reflect the --dram-max option usage otherwise the stack may be corrupted\r
89-- The application needs to set the SP (Stack) in accordance\r
907) The Exception Vector Table broswer window displays only 65 vectors\r
91-- Missing vectors may be added in future release\r
49a6ac1c
JPM
928) User needs to manualy check if the Atari Jaguar executable match his source code files\r
93-- Otherwise, source code and assembly may not match or leads to instabilities\r
be44e757
JPM
94\r
95Cosmetic / UX issues\r
96====================\r
971) The SP (Stack) icon color backgound doesn't look similar with the other ones\r
982) The emulator status option has no icon\r
993) The SP (Stack) window size always open at a forced size no matter if the size has been changed\r
024bfc46 1004) Not every features have associated keybindings\r
be44e757
JPM
101\r
102Legacy issues/hints\r
103===================\r
1041) Emulator seems to have easter egg(s)\r
105-- The option --yarrr displays a single message and end the application\r
2d0121d4 106-- Pressing F8, while in the main window, will create an extra message in the log file\r
be44e757
JPM
1072) The --alpine option force the log file but it can be override if --no-log option is set after the --alpine option\r
108\r
109Project information\r
110===================\r
024bfc46 1111) Code based on the Shamus Hammons source code available via Gethub by the 12th September 2017 (2.1.3 Final)\r
be44e757
JPM
1122) Visual Studio 2015 project support for 64 bits\r
1133) libelf 0.8.13 library 64bits for VS 2015\r
1144) libdwarf 1.41 library 64bits for VS 2015, cygwin64 & Msys2/MinGW64\r
1155) QT 5.5.1 library 64bits for VS 2015\r
1166) Zlib 1.2.8 library 64bits for VS 2015\r
1177) SDL 1.2.15 library 64bits for VS 2015\r
1188) The original make files have been modified to follow the requirements and modifications\r
1199) The 'Rx' word has been added to the emulator name to make distinction with the official version\r
12010) The project source is set at https://github.com/djipi/Virtual-Jaguar-Rx\r
12111) GPLv3 file document has been renamed as LICENSE, to fit better the GitHub requirements\r
122-- Text / License terms are the same\r
123\r
124\r
125Download statistics\r
126-------------------\r
127jaguar64eu : 15 downloads for the Release 0 on the 12th Feb, 2017\r
128jaguar64eu : 18 downloads for the Release 1 on the 21st May, 2017\r
024bfc46 129No downloads statistics available for the Release 2