dilinger #1 Posted August 10, 2019 (edited) Hi, I wanted to share a new version of my Virtual Jaguar modifications to include a debugger. Except the screenshot feature, the new features are programming oriented. https://github.com/djipi/Virtual-Jaguar-Rx/releases I do changes and add features for my needs/requirements so it may be not relevant to you at all. The "Allow writes to cartridge ROM" option on and off has been fixed. Edited August 20, 2019 by dilinger 2 Quote Share this post Link to post Share on other sites
+Cyprian #2 Posted August 11, 2019 cool thanks Quote Share this post Link to post Share on other sites
+Cyprian #3 Posted August 11, 2019 I've just checked and I see only a lot of dialogboxes. Would be possible to move that message to a commandline window? Quote Share this post Link to post Share on other sites
dilinger #4 Posted August 11, 2019 Sorry about this trouble. I'm not using the .cof format, only the ELF/DWARF one. I can check if I can write the message in the command line or the log file. In the Alpine or Debugger tab configurations, you can also turn off the rom check writing detection, it will not display the message boxes. In your case, the PC executable points outside the Jaguar address ranges, so a problem may occur in your code or in the emulator. Could you send me your testjag.cof file? Quote Share this post Link to post Share on other sites
+Cyprian #5 Posted August 11, 2019 Instead testjag attached you can find stniccc jaguar version. It shows the same error messages. Now in debug mode I see only CPU/DSP/GPU code lists. Would be possible to add also jaguar screen? stniccc.zip Quote Share this post Link to post Share on other sites
dilinger #6 Posted August 11, 2019 I have attached a screenshot of what I see.The code is storing a value in the ROM. I have tried it with "Allow writes to cartridge ROM" option on and off, and both show the message box; with this option on, the code should be allowed to do it without message box. I will check my modifications in the emulator with the option set as on; in the meantime, you can also check your code to avoid the ROM writing. Regarding the video output, I have to put it back sooner or later. Quote Share this post Link to post Share on other sites
+Cyprian #7 Posted August 11, 2019 13 minutes ago, dilinger said: I have attached a screenshot of what I see.The code is storing a value in the ROM. I guess that rom uses logging option available in Skunk 14 minutes ago, dilinger said: Regarding the video output, I have to put it back sooner or later. thanks Quote Share this post Link to post Share on other sites
+Cyprian #8 Posted November 8, 2020 (edited) I've tried to compile it under Cygwin: *** Compiling src/eeprom.cpp... src/eeprom.cpp:19:10: fatal error: direct.h: No such file or directory 19 | #include <direct.h> | ^~~~~~~~~~ regarding VS it shows error message regarding the lack of "QApplication". That's obvious as I have no QT. Can you pleas point me out correct dl link? I somewhere found qt installation file, but I'm not sure whether it is ok or no. thanks Edited November 8, 2020 by Cyprian_K Quote Share this post Link to post Share on other sites
dilinger #9 Posted November 8, 2020 41 minutes ago, Cyprian_K said: regarding VS it shows error message regarding the lack of "QApplication". That's obvious as I have no QT. Can you pleas point me out correct dl link? I somewhere found qt installation file, but I'm not sure whether it is ok or no. I have updated the wiki page of the project for the libraries. Let me know if the information is useful. *** Compiling src/eeprom.cpp... src/eeprom.cpp:19:10: fatal error: direct.h: No such file or directory 19 | #include <direct.h> | ^~~~~~~~~~ direct.h is part of the Microsoft dev. environment. I do not know if Cygwin supports this. Quote Share this post Link to post Share on other sites
+Cyprian #10 Posted November 8, 2020 1 hour ago, dilinger said: I have updated the wiki page of the project for the libraries. Let me know if the information is useful. great, I'll check that Quote Share this post Link to post Share on other sites
dilinger #11 Posted November 8, 2020 24 minutes ago, Cyprian_K said: great, I'll check that Sure and if you have Linux installed, I will be interested to know how the project compile. Quote Share this post Link to post Share on other sites