summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamepock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamepock.cpp')
-rw-r--r--src/mame/drivers/gamepock.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/gamepock.cpp b/src/mame/drivers/gamepock.cpp
index 5c8e8c5fbe5..33c4a697374 100644
--- a/src/mame/drivers/gamepock.cpp
+++ b/src/mame/drivers/gamepock.cpp
@@ -9,7 +9,6 @@
#include "cpu/upd7810/upd7810.h"
#include "emupal.h"
-#include "rendlay.h"
#include "screen.h"
#include "softlist.h"
#include "speaker.h"
@@ -59,8 +58,6 @@ MACHINE_CONFIG_START(gamepock_state::gamepock)
screen.set_screen_update(FUNC(gamepock_state::screen_update_gamepock));
screen.set_palette("palette");
- config.set_default_layout(layout_lcd);
-
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */