summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sgi_gr1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sgi_gr1.cpp')
-rw-r--r--src/mame/video/sgi_gr1.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/video/sgi_gr1.cpp b/src/mame/video/sgi_gr1.cpp
index a17b8239c91..b0f421a95f6 100644
--- a/src/mame/video/sgi_gr1.cpp
+++ b/src/mame/video/sgi_gr1.cpp
@@ -324,9 +324,6 @@ void sgi_gr1_device::fifo_w(offs_t offset, u32 data, u32 mem_mask)
m_dr3 &= ~DR3_FIFOFULL;
m_int_fifo_cb(ASSERT_LINE);
}
-
- if (m_ge->suspended())
- m_ge->resume(SUSPEND_REASON_TRIGGER);
}
void sgi_gr1_device::reset_w(int state)