mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
(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:
parent
ea7fc1a5e9
commit
d5622b2f1b
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user