summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2016-07-13 11:08:48 +0200
committer GitHub <noreply@github.com>2016-07-13 11:08:48 +0200
commit4faef70cc3f993f231e11e4f98f4145faba4676e (patch)
treeb68a9b0d9abafa77ea734e105ec09c0f9d546449 /src
parent5020bb162eeeacd84b4ba0edcf25c591d3c40cd8 (diff)
Attempt blind-faith fixing #6286
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/segaorun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segaorun.cpp b/src/mame/drivers/segaorun.cpp
index 5c4a8cbab27..318468eeb7d 100644
--- a/src/mame/drivers/segaorun.cpp
+++ b/src/mame/drivers/segaorun.cpp
@@ -1261,7 +1261,7 @@ static MACHINE_CONFIG_DERIVED( shangon, outrun_base )
// video hardware
MCFG_SCREEN_MODIFY("screen")
- MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK_25MHz/4, 400, 0, 321, 262, 0, 224)
+ MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK_25MHz/4, 400, 0, 320, 262, 0, 224)
MCFG_SCREEN_UPDATE_DRIVER(segaorun_state, screen_update_shangon)
MCFG_SEGA_SYS16B_SPRITES_ADD("sprites")