summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/exelv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/exelv.c')
-rw-r--r--src/mess/drivers/exelv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/exelv.c b/src/mess/drivers/exelv.c
index a351c6d3d1b..46fc896b25d 100644
--- a/src/mess/drivers/exelv.c
+++ b/src/mess/drivers/exelv.c
@@ -537,6 +537,7 @@ static MACHINE_CONFIG_START( exl100, exelv_state )
#endif
MCFG_SCREEN_REFRESH_RATE(50)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 8)
MCFG_PALETTE_INIT_OWNER(exelv_state, exelv)
@@ -580,6 +581,7 @@ static MACHINE_CONFIG_START( exeltel, exelv_state )
#endif
MCFG_SCREEN_REFRESH_RATE(50)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 8)
MCFG_PALETTE_INIT_OWNER(exelv_state, exelv)