Changed resolutions to match for all Guerrilla War sets. They all now show their cross hatch test screen completely.

This commit is contained in:
Scott Stone 2010-05-06 14:05:57 +00:00
parent dc4c5121d1
commit 0be2d092e6

View File

@ -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