summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ondra.cpp
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2016-03-12 02:34:23 +0100
committer Dirk Best <mail@dirk-best.de>2016-03-12 02:36:28 +0100
commit75e5db381bd0cbd3fd664ebf83f518cdbd86b345 (patch)
tree7605cf6afe1d7fd1727544b14a55b534b705f25a /src/mame/drivers/ondra.cpp
parent30b4c5e4c006090afbe47c28970e8e4041eb43e8 (diff)
Add support to adjust the screen color
This is now used for monochrome screens instead of creating custom palettes.
Diffstat (limited to 'src/mame/drivers/ondra.cpp')
-rw-r--r--src/mame/drivers/ondra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ondra.cpp b/src/mame/drivers/ondra.cpp
index 33c713902d1..b8c0402709b 100644
--- a/src/mame/drivers/ondra.cpp
+++ b/src/mame/drivers/ondra.cpp
@@ -131,7 +131,7 @@ static MACHINE_CONFIG_START( ondra, ondra_state )
MCFG_SCREEN_UPDATE_DRIVER(ondra_state, screen_update_ondra)
MCFG_SCREEN_PALETTE("palette")
- MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
+ MCFG_PALETTE_ADD_MONOCHROME("palette")
// sound hardware