summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc100.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc100.c')
-rw-r--r--src/mess/drivers/pc100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/pc100.c b/src/mess/drivers/pc100.c
index 196b42521d0..e99eb4298e6 100644
--- a/src/mess/drivers/pc100.c
+++ b/src/mess/drivers/pc100.c
@@ -533,6 +533,8 @@ static MACHINE_CONFIG_START( pc100, pc100_state )
/* TODO: Unknown Pixel Clock and CRTC is dynamic */
MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK*4, 1024, 0, 768, 264*2, 0, 512)
MCFG_SCREEN_UPDATE_DRIVER(pc100_state, screen_update_pc100)
+ MCFG_SCREEN_PALETTE("palette")
+
MCFG_GFXDECODE_ADD("gfxdecode", pc100)
MCFG_PALETTE_ADD("palette", 16)
// MCFG_PALETTE_INIT(black_and_white)