summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/replicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/replicator.cpp')
-rw-r--r--src/mame/drivers/replicator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/replicator.cpp b/src/mame/drivers/replicator.cpp
index 7d18085be66..c54cef2f7ea 100644
--- a/src/mame/drivers/replicator.cpp
+++ b/src/mame/drivers/replicator.cpp
@@ -30,7 +30,6 @@
#include "sound/volt_reg.h"
#include "video/hd44780.h"
#include "emupal.h"
-#include "rendlay.h"
#include "screen.h"
#include "speaker.h"
@@ -637,7 +636,6 @@ MACHINE_CONFIG_START(replicator_state::replicator)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(replicator_state, replicator)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_replicator)
- config.set_default_layout(layout_lcd);
MCFG_HD44780_ADD("hd44780")
MCFG_HD44780_LCD_SIZE(4, 20)