summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/okean240.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/okean240.c')
-rw-r--r--src/mess/drivers/okean240.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/okean240.c b/src/mess/drivers/okean240.c
index 5209e568d58..f02e8b70259 100644
--- a/src/mess/drivers/okean240.c
+++ b/src/mess/drivers/okean240.c
@@ -490,10 +490,10 @@ static MACHINE_CONFIG_START( okean240t, okean240_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 255, 0, 255)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
MCFG_SCREEN_UPDATE_DRIVER(okean240_state, screen_update_okean240)
+ MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
+
MCFG_GENERIC_TERMINAL_ADD(TERMINAL_TAG, terminal_intf)
MACHINE_CONFIG_END