summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cchasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cchasm.c')
-rw-r--r--src/mame/video/cchasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cchasm.c b/src/mame/video/cchasm.c
index b8aeedcd667..b7b1e3394e2 100644
--- a/src/mame/video/cchasm.c
+++ b/src/mame/video/cchasm.c
@@ -131,6 +131,6 @@ void cchasm_state::video_start()
m_xcenter=visarea.xcenter() << 16;
m_ycenter=visarea.ycenter() << 16;
-
+
m_refresh_end_timer = timer_alloc(TIMER_REFRESH_END);
}