From b42e446ac5427f5c5fb23edf4ffcb5a0116aaa16 Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 5 Mar 2020 16:49:59 +0100 Subject: cps1: saw a comment typo (nw) --- src/mame/video/cps1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/video/cps1.cpp b/src/mame/video/cps1.cpp index c8425762a31..5f47d244f18 100644 --- a/src/mame/video/cps1.cpp +++ b/src/mame/video/cps1.cpp @@ -3101,8 +3101,8 @@ uint32_t cps_state::screen_update_cps1(screen_device &screen, bitmap_ind16 &bitm } else { - // CPS2 apparently always force the background to black. Several games would - // should a blue screen during boot if we used the same code as CPS1. + // CPS2 apparently always forces the background to black. Several games would + // show a blue screen during boot if we used the same code as CPS1. // Maybe Capcom changed the background handling due to the problems that // it caused on several monitors (because the background extended into the // blanking area instead of going black, causing the monitor to clip). -- cgit v1.2.3