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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/okean240.c b/src/mess/drivers/okean240.c
index f02e8b70259..b256a8b3c66 100644
--- a/src/mess/drivers/okean240.c
+++ b/src/mess/drivers/okean240.c
@@ -491,6 +491,7 @@ static MACHINE_CONFIG_START( okean240t, okean240_state )
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 255, 0, 255)
MCFG_SCREEN_UPDATE_DRIVER(okean240_state, screen_update_okean240)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")