mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
Attempt blind-faith fixing #6286
This commit is contained in:
parent
5020bb162e
commit
4faef70cc3
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user