We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BasiliskII running in a clean Windows 10 x64 environment crashes on startup:
#Basilisk II V1.0 by Christian Bauer et al. Reading ROM file... Using SDL/directsound audio output FATAL: EMUL_OP called with bogus opcode 00005243 d0 000001ba d1 000068b8 d2 00000000 d3 0005001a d4 00000000 d5 00000000 d6 00000000 d7 00000202 a0 00803378 a1 00803760 a2 ffbd8000 a3 008b34ce a4 00809ae6 a5 008b35a2 a6 008b358c a7 0017ff7e sr 2708
Adding "jit false" to the BasiliskII_prefs file solves the issue
(originally posted as an issue to DavidLudwig#6 (comment) where it is discussed further)
The text was updated successfully, but these errors were encountered:
Merge pull request cebix#125 from schinkelg/kanjitalk755
a66b73a
Fix interface sorting bug in Unix tree.
No branches or pull requests
BasiliskII running in a clean Windows 10 x64 environment crashes on startup:
#Basilisk II V1.0 by Christian Bauer et al.
Reading ROM file...
Using SDL/directsound audio output
FATAL: EMUL_OP called with bogus opcode 00005243
d0 000001ba d1 000068b8 d2 00000000 d3 0005001a
d4 00000000 d5 00000000 d6 00000000 d7 00000202
a0 00803378 a1 00803760 a2 ffbd8000 a3 008b34ce
a4 00809ae6 a5 008b35a2 a6 008b358c a7 0017ff7e
sr 2708
Adding "jit false" to the BasiliskII_prefs file solves the issue
(originally posted as an issue to DavidLudwig#6 (comment) where it is discussed further)
The text was updated successfully, but these errors were encountered: