Skip to content
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

Open
yurivict opened this issue Nov 9, 2015 · 5 comments
Open

Exits in M68KInstructionHook #15

yurivict opened this issue Nov 9, 2015 · 5 comments

Comments

@yurivict
Copy link

yurivict commented Nov 9, 2015

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).

@inactive123
Copy link
Contributor

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.

@yurivict
Copy link
Author

yurivict commented Nov 9, 2015

On BSD I spotted this on a few games. The rest play very poorly, with 100% CPU use, sluggishly, and with strong sound distortions.

@inactive123
Copy link
Contributor

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.

@yurivict
Copy link
Author

yurivict commented Nov 9, 2015

Are there any other cores that play the same games?
Is there actually the list of format support and compatibility for cores anywhere?

@inactive123
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants