summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/warpwarp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/warpwarp.cpp')
-rw-r--r--src/mame/video/warpwarp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/warpwarp.cpp b/src/mame/video/warpwarp.cpp
index c3bc4d57f75..593956231cf 100644
--- a/src/mame/video/warpwarp.cpp
+++ b/src/mame/video/warpwarp.cpp
@@ -43,8 +43,8 @@ PALETTE_INIT_MEMBER(warpwarp_state,navarone)
MACHINE_RESET_MEMBER(warpwarp_state,kaitei)
{
// Some PCB videos/images shows a b&w arrangement, others a full colorized one.
- // This is due of the monitor type used, cfr. http://news.livedoor.com/article/detail/5604337/
-
+ // This is due of the monitor type used, cfr. http://news.livedoor.com/article/detail/5604337/
+
// We change color palette at reset time, according to the configuration switch.
if(m_in_config->read() & 1) // color
{