mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
PicoDrive hacks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@216 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
0e11c502b0
commit
3335750a7d
5 changed files with 23 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue