mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
bmcpokr crash fix (nw)
This commit is contained in:
parent
a3e4a45f1a
commit
9259c36564
@ -237,12 +237,10 @@ static MACHINE_CONFIG_START( bmcpokr, bmcpokr_state )
|
||||
MCFG_SCREEN_REFRESH_RATE(60)
|
||||
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
|
||||
MCFG_SCREEN_UPDATE_DRIVER(bmcpokr_state, screen_update_bmcpokr)
|
||||
|
||||
MCFG_GFXDECODE_ADD("gfxdecode", bmcpokr)
|
||||
|
||||
MCFG_SCREEN_SIZE(64*8, 32*8)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0*8, 64*8-1, 0*8, 32*8-1)
|
||||
MCFG_PALETTE_LENGTH(256)
|
||||
MCFG_GFXDECODE_ADD("gfxdecode", bmcpokr)
|
||||
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user