From 32c251a3dd9592bfc98a48bacec177e13ddb6b5b Mon Sep 17 00:00:00 2001 From: angelosa Date: Fri, 16 Sep 2016 20:55:02 +0200 Subject: [PATCH] Fix visible area for wwjgtin, nw --- src/mame/drivers/lasso.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/lasso.cpp b/src/mame/drivers/lasso.cpp index 77b0c1d8ac8..3451fe1d5bd 100644 --- a/src/mame/drivers/lasso.cpp +++ b/src/mame/drivers/lasso.cpp @@ -553,7 +553,7 @@ static MACHINE_CONFIG_DERIVED( wwjgtin, base ) /* video hardware */ MCFG_SCREEN_MODIFY("screen") - MCFG_SCREEN_VISIBLE_AREA(1*8, 31*8-1, 2*8, 30*8-1) // Smaller visible area? + MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1) MCFG_SCREEN_UPDATE_DRIVER(lasso_state, screen_update_wwjgtin) MCFG_GFXDECODE_MODIFY("gfxdecode", wwjgtin) // Has 1 additional layer