summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-12-09 10:16:04 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2017-12-09 10:16:04 +1100
commit86de1bea06a70d4ec6c0fb17078e0d95d25c9be6 (patch)
treeafc029454887bc7aad39e3782bcd5abd3f687c96
parent2b4fe3cea0938d3de7f02e5c22c247e02eec06d6 (diff)
(nw) overlooked a parameter
-rw-r--r--src/mame/drivers/surpratk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/surpratk.cpp b/src/mame/drivers/surpratk.cpp
index f444ba3788e..2505a9faf6a 100644
--- a/src/mame/drivers/surpratk.cpp
+++ b/src/mame/drivers/surpratk.cpp
@@ -188,7 +188,7 @@ static MACHINE_CONFIG_START( surpratk )
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(64*8, 32*8)
- MCFG_SCREEN_VISIBLE_AREA(12*8, (64-14)*8-1, 2*8, 30*8-1 )
+ MCFG_SCREEN_VISIBLE_AREA(12*8, (64-12)*8-1, 2*8, 30*8-1 )
MCFG_SCREEN_UPDATE_DRIVER(surpratk_state, screen_update_surpratk)
MCFG_SCREEN_PALETTE("palette")