dilinger Posted August 10, 2019 Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/ Share on other sites More sharing options...
Cyprian Posted August 11, 2019 Share Posted August 11, 2019 cool thanks Quote Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4327290 Share on other sites More sharing options...
Cyprian Posted August 11, 2019 Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4327315 Share on other sites More sharing options...
dilinger Posted August 11, 2019 Author Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4327327 Share on other sites More sharing options...
Cyprian Posted August 11, 2019 Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4327346 Share on other sites More sharing options...
dilinger Posted August 11, 2019 Author Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4327371 Share on other sites More sharing options...
Cyprian Posted August 11, 2019 Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4327379 Share on other sites More sharing options...
Cyprian Posted November 8, 2020 Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4672562 Share on other sites More sharing options...
dilinger Posted November 8, 2020 Author Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4672585 Share on other sites More sharing options...
Cyprian Posted November 8, 2020 Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4672628 Share on other sites More sharing options...
dilinger Posted November 8, 2020 Author Share 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 Link to comment https://forums.atariage.com/topic/294613-virtual-jaguar-rx-r4a-version/#findComment-4672643 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.