summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-07-06 10:23:10 +0100
committer David Haywood <mamehaze@users.noreply.github.com>2015-07-06 10:23:10 +0100
commitf32f4e5ba0eed127e0308b36be53aa3696589748 (patch)
tree2377c579dfe7dddccb50680ed90feb113466d521
parentd0e97a8d6d9798496dfab1f429c8a7a8d541431e (diff)
parent4efe9aea0a4ef52d7bb033d07d1308356b240fe1 (diff)
Merge pull request #237 from system11b/S11crimfght
Corrected viewable display as per bug 05973
-rw-r--r--src/mame/drivers/crimfght.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crimfght.c b/src/mame/drivers/crimfght.c
index e6f6614e7cf..c9530fa4354 100644
--- a/src/mame/drivers/crimfght.c
+++ b/src/mame/drivers/crimfght.c
@@ -266,7 +266,7 @@ static MACHINE_CONFIG_START( crimfght, crimfght_state )
MCFG_SCREEN_REFRESH_RATE(59.17) /* verified on pcb */
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(64*8, 32*8)
- MCFG_SCREEN_VISIBLE_AREA(13*8, (64-13)*8-1, 2*8, 30*8-1 )
+ MCFG_SCREEN_VISIBLE_AREA(12*8-2, (64-12)*8-3, 2*8, 30*8-1 )
MCFG_SCREEN_UPDATE_DRIVER(crimfght_state, screen_update_crimfght)
MCFG_SCREEN_PALETTE("palette")