PicoDrive hacks

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@216 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-05 19:37:36 +00:00
parent 0e11c502b0
commit 3335750a7d
5 changed files with 23 additions and 8 deletions

View file

@ -1534,7 +1534,8 @@ INLINE void m68ki_set_sr_noint_nosp(uint value)
INLINE void m68ki_set_sr(uint value)
{
m68ki_set_sr_noint(value);
m68ki_check_interrupts();
if (GET_CYCLES() >= 0) // notaz
m68ki_check_interrupts();
}