summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti630.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti630.cpp')
-rw-r--r--src/mame/drivers/ti630.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/ti630.cpp b/src/mame/drivers/ti630.cpp
index 768aa9f228b..185ce0c11a2 100644
--- a/src/mame/drivers/ti630.cpp
+++ b/src/mame/drivers/ti630.cpp
@@ -38,7 +38,6 @@ It means we probably would have to emulate a modem device for it to treat commun
#include "cpu/mcs51/mcs51.h"
#include "video/hd44780.h"
#include "emupal.h"
-#include "rendlay.h"
#include "screen.h"
@@ -156,7 +155,6 @@ MACHINE_CONFIG_START(ti630_state::ti630)
MCFG_SCREEN_VISIBLE_AREA(0, 6*16-1, 0, 9*2-1)
MCFG_SCREEN_PALETTE("palette")
- config.set_default_layout(layout_lcd);
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(ti630_state, ti630)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ti630)