summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pitnrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pitnrun.cpp')
-rw-r--r--src/mame/video/pitnrun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pitnrun.cpp b/src/mame/video/pitnrun.cpp
index 866ec300a97..b95363f0654 100644
--- a/src/mame/video/pitnrun.cpp
+++ b/src/mame/video/pitnrun.cpp
@@ -68,7 +68,7 @@ WRITE8_MEMBER(pitnrun_state::scroll_w)
m_scroll = (m_scroll & (0xff<<((offset)?0:8))) |( data<<((offset)?8:0));
m_bg->set_scrollx(0, m_scroll);
}
-
+
WRITE8_MEMBER(pitnrun_state::scroll_y_w)
{
m_bg->set_scrolly(0, data);