summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc4.cpp')
-rw-r--r--src/mame/drivers/pc4.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/pc4.cpp b/src/mame/drivers/pc4.cpp
index e0a29cbd5ba..97bdfd88b83 100644
--- a/src/mame/drivers/pc4.cpp
+++ b/src/mame/drivers/pc4.cpp
@@ -30,7 +30,6 @@
#include "cpu/z80/z80.h"
#include "machine/rp5c01.h"
-#include "rendlay.h"
#include "screen.h"
#include "speaker.h"
@@ -232,7 +231,6 @@ MACHINE_CONFIG_START(pc4_state::pc4)
MCFG_SCREEN_VISIBLE_AREA(0, 240-1, 0, 36-1)
MCFG_SCREEN_PALETTE("palette")
- config.set_default_layout(layout_lcd);
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(pc4_state, pc4)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_pc4)