summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/tms34061.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/tms34061.c')
-rw-r--r--src/emu/video/tms34061.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/tms34061.c b/src/emu/video/tms34061.c
index 27e75ff67f2..c2b3a324ecf 100644
--- a/src/emu/video/tms34061.c
+++ b/src/emu/video/tms34061.c
@@ -54,7 +54,7 @@ void tms34061_device::device_start()
{
/* resolve callbak */
m_interrupt_cb.resolve();
-
+
/* reset the data */
m_vrammask = m_vramsize - 1;