summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <cuavas@users.noreply.github.com>2016-03-03 04:15:56 +1100
committer Vas Crabb <cuavas@users.noreply.github.com>2016-03-03 04:15:56 +1100
commit8b58c3d320a421df07c12489bbc9812eca94c254 (patch)
tree3987ffcb23afed847485b91c203cf19e70e558fb
parented88fd30a1804b296ea635c8a507c81c676ddbd4 (diff)
parent99e28c9b76b1170f1a0ead22e19488bbf546e589 (diff)
Merge pull request #672 from Happy-yappH/master
N64: These calls seem to produce more issues than they presumably fix.
-rw-r--r--src/mame/machine/n64.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/n64.cpp b/src/mame/machine/n64.cpp
index d511124c26c..32ba2ee627e 100644
--- a/src/mame/machine/n64.cpp
+++ b/src/mame/machine/n64.cpp
@@ -651,7 +651,7 @@ READ32_MEMBER(n64_periphs::sp_reg_r)
return 0;
case 0x1c/4: // SP_SEMAPHORE_REG
- m_vr4300->yield();
+ //m_vr4300->yield();
if( sp_semaphore )
{
return 1;
@@ -1373,7 +1373,7 @@ WRITE32_MEMBER( n64_periphs::ai_reg_w )
TIMER_CALLBACK_MEMBER(n64_periphs::pi_dma_callback)
{
pi_dma_tick();
- m_rsp->yield();
+ //m_rsp->yield();
}
void n64_periphs::pi_dma_tick()