summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rex6000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/rex6000.c')
-rw-r--r--src/mess/drivers/rex6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/rex6000.c b/src/mess/drivers/rex6000.c
index 60617be4012..a716b74105a 100644
--- a/src/mess/drivers/rex6000.c
+++ b/src/mess/drivers/rex6000.c
@@ -652,7 +652,7 @@ static MACHINE_CONFIG_START( rex6000, rex6000_state )
MCFG_SCREEN_SIZE(240, 120)
MCFG_SCREEN_VISIBLE_AREA(0, 240-1, 0, 120-1)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_DEFAULT_LAYOUT(layout_lcd)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(rex6000_state, rex6000)