summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/octopus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/octopus.c')
-rw-r--r--src/mess/drivers/octopus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/octopus.c b/src/mess/drivers/octopus.c
index 131645795d9..99cd6989e41 100644
--- a/src/mess/drivers/octopus.c
+++ b/src/mess/drivers/octopus.c
@@ -177,8 +177,7 @@ static MACHINE_CONFIG_START( octopus, octopus_state )
MCFG_SCREEN_SIZE(640, 480)
MCFG_SCREEN_VISIBLE_AREA(0, 640-1, 0, 480-1)
MCFG_SCREEN_UPDATE_DRIVER(octopus_state, screen_update_octopus)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
+ MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
MACHINE_CONFIG_END
/* ROM definition */