From: K.Ohta Date: Tue, 5 May 2020 19:44:32 +0000 (+0900) Subject: [VM][FMTOWNS][CRTC] Fix overkill initializing. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e2accfa8881ce456b9657013931b1e60a6b86620;p=csp-qt%2Fcommon_source_project-fm7.git [VM][FMTOWNS][CRTC] Fix overkill initializing. --- diff --git a/source/src/vm/fmtowns/towns_crtc.cpp b/source/src/vm/fmtowns/towns_crtc.cpp index 095ea73f2..84c02cb9c 100644 --- a/source/src/vm/fmtowns/towns_crtc.cpp +++ b/source/src/vm/fmtowns/towns_crtc.cpp @@ -188,6 +188,8 @@ void TOWNS_CRTC::reset() for(int i = 0; i < 4; i++) { frame_offset[i] = 0; line_offset[i] = 640; + } + for(int i = 0; i < 2; i++) { vstart_addr[i] = 0; hstart_words[i] = 0; head_address[i] = 0;