summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/galaxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/galaxy.c')
-rw-r--r--src/mess/drivers/galaxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/galaxy.c b/src/mess/drivers/galaxy.c
index fe0b506baf3..91b427a6793 100644
--- a/src/mess/drivers/galaxy.c
+++ b/src/mess/drivers/galaxy.c
@@ -190,6 +190,7 @@ static MACHINE_CONFIG_START( galaxy, galaxy_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", galaxy_state, galaxy_interrupt)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(50)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_MACHINE_RESET_OVERRIDE(galaxy_state, galaxy )
@@ -226,6 +227,7 @@ static MACHINE_CONFIG_START( galaxyp, galaxy_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", galaxy_state, galaxy_interrupt)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(50)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_MACHINE_RESET_OVERRIDE(galaxy_state, galaxyp )