mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
(MESS) hec2mdhrx : fixed palette
This commit is contained in:
parent
e11d7cf5b5
commit
878aa66e71
@ -640,8 +640,8 @@ static MACHINE_CONFIG_START( hec2mdhrx, hec2hrp_state )
|
||||
MCFG_SCREEN_SIZE(512, 230)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0, 243, 0, 227)
|
||||
MCFG_SCREEN_UPDATE_DRIVER(hec2hrp_state, screen_update_hec2hrp)
|
||||
|
||||
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
|
||||
MCFG_VIDEO_START_OVERRIDE(hec2hrp_state,hec2hrp)
|
||||
MCFG_PALETTE_ADD("palette", 16)
|
||||
MCFG_VIDEO_START_OVERRIDE(hec2hrp_state,hec2hrp)
|
||||
|
||||
/* sound hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user