summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2014-05-16 15:29:43 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2014-05-16 15:29:43 +0000
commitf8bc53cef4bb1a7fa7212aac9da2717a2411a7b9 (patch)
treedf281afdbd62890dcdaf2104f2b6fc13bb80e46b /src/mame
parentf2b61c149c940a69314e3a9e47b411e9c6c58bfc (diff)
lost this line at some point (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/midas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midas.c b/src/mame/drivers/midas.c
index 0b7c4c43240..a059a7d5206 100644
--- a/src/mame/drivers/midas.c
+++ b/src/mame/drivers/midas.c
@@ -627,7 +627,7 @@ WRITE_LINE_MEMBER(midas_state::livequiz_irqhandler)
void midas_state::screen_eof_midas(screen_device &screen, bool state)
{
- m_sprgen->buffer_vram();
+ if (state) m_sprgen->buffer_vram();
}