summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rd110.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/rd110.c')
-rw-r--r--src/mess/drivers/rd110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/rd110.c b/src/mess/drivers/rd110.c
index 385dac2b8e4..0ad35df1eec 100644
--- a/src/mess/drivers/rd110.c
+++ b/src/mess/drivers/rd110.c
@@ -241,7 +241,7 @@ static MACHINE_CONFIG_START( d110, d110_state )
MCFG_SCREEN_SIZE(16*6-1, (16*6-1)*3/4)
MCFG_SCREEN_VISIBLE_AREA(0, 16*6-2, 0, (16*6-1)*3/4-1)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(d110_state, d110)