(From Mamesick)

Subject: Fixed DBREED72 crash in 0.122u5

Hello. This patch fixes the crash of DBREED72 in m72.c driver caused by
two lines mistakenly removed during the last 0.122u5 update.
This commit is contained in:
Aaron Giles 2008-01-14 17:41:09 +00:00
parent ea7fc1a5e9
commit d5622b2f1b

View File

@ -2184,6 +2184,9 @@ static MACHINE_DRIVER_START( dbreed72 )
MDRV_SCREEN_RAW_PARAMS(MASTER_CLOCK/4, 512, 64, 448, 284, 0, 256)
MDRV_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
MDRV_VIDEO_START(m72)
MDRV_VIDEO_UPDATE(m72)
/* sound hardware */
MDRV_SPEAKER_STANDARD_STEREO("left", "right")