summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/jr100.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/jr100.c')
-rw-r--r--src/mess/drivers/jr100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/jr100.c b/src/mess/drivers/jr100.c
index d7d1f424866..fecc2f4fe1e 100644
--- a/src/mess/drivers/jr100.c
+++ b/src/mess/drivers/jr100.c
@@ -383,6 +383,7 @@ static MACHINE_CONFIG_START( jr100, jr100_state )
MCFG_SCREEN_SIZE(256, 192) /* border size not accurate */
MCFG_SCREEN_VISIBLE_AREA(0, 256 - 1, 0, 192 - 1)
MCFG_SCREEN_UPDATE_DRIVER(jr100_state, screen_update_jr100)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", jr100)
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")