]> Shamusworld >> Repos - virtualjaguar/commit
Fix to M68K core vs. DSP thread sync problem.
authorShamus Hammons <jlhamm@acm.org>
Thu, 7 Feb 2013 23:59:36 +0000 (17:59 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 7 Feb 2013 23:59:36 +0000 (17:59 -0600)
commitf7b2692b338aaf37470be0a1d0e5ae42c82e0c65
tree019cea8c0682b242be6ab86f0ca35267731098a8
parent04a4d0db6f20955f132491173c4ec8e11d1e5de1
Fix to M68K core vs. DSP thread sync problem.

Seems there were some M68K core calls coming from the DSP thread that
caused problems with IRQ handling on the latter. There's a kludge in for
now that should solve that problem but there may be even more like it
lurking in the shadows. :-/
14 files changed:
Makefile
src/dsp.cpp
src/dsp.h
src/file.cpp
src/gpu.cpp
src/gpu.h
src/gui/debug/cpubrowser.cpp
src/gui/mainwin.cpp
src/jagdasm.cpp
src/jaguar.cpp
src/joystick.cpp
src/log.cpp
src/m68000/m68kinterface.c
src/m68000/m68kinterface.h