summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/poisk1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/poisk1.c')
-rw-r--r--src/mess/drivers/poisk1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/drivers/poisk1.c b/src/mess/drivers/poisk1.c
index 71759f4aed2..2f1942a7c78 100644
--- a/src/mess/drivers/poisk1.c
+++ b/src/mess/drivers/poisk1.c
@@ -312,7 +312,8 @@ static MACHINE_CONFIG_START( poisk1, p1_state )
MCFG_SCREEN_UPDATE_DRIVER( p1_state, screen_update )
/* XXX verify palette */
- MCFG_PALETTE_LENGTH( CGA_PALETTE_SETS * 16 )
+ MCFG_PALETTE_ADD("palette", CGA_PALETTE_SETS * 16 )
+ MCFG_PALETTE_INIT_OWNER(p1_state, p1)
/* internal ram */
MCFG_RAM_ADD(RAM_TAG)