mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Make Olivetti M20 to have white instead of red ...
This commit is contained in:
parent
332fb15494
commit
fcaab229db
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user