From 6c3b5405709b314a0dc1ad616e2083eb3d5cae81 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Fri, 27 May 2011 19:42:54 +0000 Subject: [PATCH] Removed an assignment in device_start that shouldn't have been there, nwn. --- src/emu/video/mc6845.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/video/mc6845.c b/src/emu/video/mc6845.c index 474ff305c43..f0504443fd9 100644 --- a/src/emu/video/mc6845.c +++ b/src/emu/video/mc6845.c @@ -781,7 +781,6 @@ void mc6845_device::device_start() m_vert_sync_pos = 1; m_de = 0; m_sync_width = 1; - m_vert_char_total = 0; m_vert_disp = 0; m_horiz_pix_total = m_vert_pix_total = 0; m_max_visible_x = m_max_visible_y = 0;