Work on RawSPU: interrupt mailbox

Achievement unlocked: run spu_test!
This commit is contained in:
Nekotekina 2014-06-23 05:03:16 +04:00
parent 5a1d702e3d
commit f9c592098f
15 changed files with 458 additions and 52 deletions

View file

@ -130,6 +130,10 @@ public:
u64 cycle;
bool m_is_branch;
bool m_is_interrupt;
bool m_has_interrupt;
u64 m_interrupt_arg;
protected:
CPUThread(CPUThreadType type);