Make Olivetti M20 to have white instead of red ...

This commit is contained in:
Angelo Salese 2012-11-22 03:55:04 +00:00
parent 332fb15494
commit fcaab229db

View File

@ -549,7 +549,8 @@ static MACHINE_CONFIG_START( m20, m20_state )
MCFG_SCREEN_SIZE(512, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 512-1, 0, 256-1)
MCFG_SCREEN_UPDATE_DRIVER(m20_state, screen_update_m20)
MCFG_PALETTE_LENGTH(4)
MCFG_PALETTE_LENGTH(2)
MCFG_PALETTE_INIT(black_and_white)
/* Devices */
MCFG_FD1797_ADD("fd1797", m20_wd17xx_interface )