various bugfixes

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@282 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-10-27 20:04:36 +00:00
parent e41da5ce07
commit 80db44425a
8 changed files with 82 additions and 109 deletions

View file

@ -248,7 +248,10 @@ Cz80_Exec:
{
afterEI = 0;
Cz80_Check_Interrupt:
CHECK_INT
if (CPU->IRQState != CLEAR_LINE)
{
CHECK_INT
}
goto Cz80_Exec;
}
}