mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Changed resolutions to match for all Guerrilla War sets. They all now show their cross hatch test screen completely.
This commit is contained in:
parent
dc4c5121d1
commit
0be2d092e6
@ -3984,11 +3984,6 @@ static MACHINE_DRIVER_START( gwar )
|
||||
MDRV_CPU_MODIFY("sub")
|
||||
MDRV_CPU_PROGRAM_MAP(gwar_cpuB_map)
|
||||
|
||||
/* video hardware */
|
||||
MDRV_SCREEN_MODIFY("screen")
|
||||
// this visible area matches pcb screenshots
|
||||
MDRV_SCREEN_SIZE(49*8, 28*8)
|
||||
MDRV_SCREEN_VISIBLE_AREA(1*8, 48*8-1, 0*8, 28*8-1)
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user