Jean-Paul Mari
Jean-Paul Mari
Thank you to have report this issue. It is also present in the original VJ (checked with vj-20160613-win64, and 2.1.2).
Investigation provided additional clues. - The fps reports slightly more than 60 fps in NTSC -- This is due to the timer in charge of the main loop, value should...
Thank you for the nice comment. You are correct, supporting the DBcc will be a nice improvement for the debugger.
Same user got the same issue with the original / legacy VJ.
M68KDisassemble() function in m68kdasm.c is a good start to look at the problem. Problem has been spoted in the function ShowEA() within case imm1. Depend the situation HandleMovem(buffer, offset, 1)...
This is good to know, and I guess it occurs also in the original Virtual Jaguar 2.1.2 / 2.1.3. Could you provide a (small) binary using _moveq_ and _move sr,dx_?...
> Sorry, to tired. Anyway here the source and cof for the moveq and move ..,sr problem. [disass.zip](https://github.com/djipi/Virtual-Jaguar-Rx/files/8394995/disass.zip) No problems, thank you for the file. I do not promise a...
Looked at the moveq issue and to make it "short", 2 problems arise. 1) The dasm is looking for .B, .W or .L to handle the move, so moveq will...
> Looked into the 68000 folder, wow, this is not an easy change :( VJ's 68000 emulation has been ported from the UAE 68000 cpu core. May be their Amiga...
James Hammons did the port for the Atari Jaguar many years ago, but unsure if he is still active on the console.