summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/macpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/macpci.c')
-rw-r--r--src/mess/drivers/macpci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/macpci.c b/src/mess/drivers/macpci.c
index 94f5edd49dd..af1e2e10ba1 100644
--- a/src/mess/drivers/macpci.c
+++ b/src/mess/drivers/macpci.c
@@ -105,8 +105,7 @@ static MACHINE_CONFIG_START( pippin, macpci_state )
MCFG_SCREEN_VISIBLE_AREA(0, 640-1, 0, 480-1)
MCFG_SCREEN_UPDATE_DRIVER(macpci_state, screen_update_pippin)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
+ MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")