summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/macpci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/macpci.cpp')
-rw-r--r--src/mame/drivers/macpci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/macpci.cpp b/src/mame/drivers/macpci.cpp
index 3eea5fd31ad..69b79d6f386 100644
--- a/src/mame/drivers/macpci.cpp
+++ b/src/mame/drivers/macpci.cpp
@@ -101,7 +101,7 @@ static MACHINE_CONFIG_START( pippin, macpci_state )
MCFG_SCREEN_UPDATE_DRIVER(macpci_state, screen_update_pippin)
MCFG_SCREEN_PALETTE("palette")
- MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
+ MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")