summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x68k.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/x68k.c')
-rw-r--r--src/mess/drivers/x68k.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/x68k.c b/src/mess/drivers/x68k.c
index 60fe96a8716..7ae94f98fcb 100644
--- a/src/mess/drivers/x68k.c
+++ b/src/mess/drivers/x68k.c
@@ -1949,6 +1949,8 @@ static MACHINE_CONFIG_FRAGMENT( x68000_base )
MCFG_SCREEN_SIZE(1096, 568) // inital setting
MCFG_SCREEN_VISIBLE_AREA(0, 767, 0, 511)
MCFG_SCREEN_UPDATE_DRIVER(x68k_state, screen_update_x68000)
+ MCFG_SCREEN_PALETTE("palette")
+
MCFG_GFXDECODE_ADD("gfxdecode", empty)
MCFG_PALETTE_ADD("palette", 65536)