Jump to content
IGNORED

Virtual Jaguar Rx - R4a version


dilinger

Recommended Posts

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 by dilinger
  • Like 2
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

stniccc _2019-08-11 16_15_14-Greenshot.jpg

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 year later...

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 by Cyprian_K
Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...