-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exits in M68KInstructionHook #15
Comments
The C++ to C conversion was done a bit prematurely, it still works for me on Linux x86_64 but errors have been reported since on Windows, Android and now BSD I guess. I guess I will just roll it back and try again later sometime. |
On BSD I spotted this on a few games. The rest play very poorly, with 100% CPU use, sluggishly, and with strong sound distortions. |
You can improve performance a bit by going into Core Options and setting the blitter to fast. Unfortunately VirtualJaguar is a fork of some long abandoned Jaguar emulator and it's not likely to get any better anytime soon, so these performance problems are to be expected as of now. |
Are there any other cores that play the same games? |
MESS supports Atari Jaguar too, there is a libretro core for that too. MESS is known to be even more performance intensive though, and I'm not sure how far along the Jaguar emulation is for that. There are no real good fleshed out Atari Jaguar emulators I'm afraid. |
I am on FreeBSD. After 30 seconds, it exits in this function after 0x400 iterations (I guess).
Why would it exit?
Revision ffec5c7 (latest git revision crashes in the other place).
The text was updated successfully, but these errors were encountered: