summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pitagjr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pitagjr.cpp')
-rw-r--r--src/mame/drivers/pitagjr.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/pitagjr.cpp b/src/mame/drivers/pitagjr.cpp
index 29177c5665b..4f8b4cd7a3b 100644
--- a/src/mame/drivers/pitagjr.cpp
+++ b/src/mame/drivers/pitagjr.cpp
@@ -154,7 +154,6 @@
#include "cpu/m6805/m6805.h"
#include "emupal.h"
-#include "rendlay.h"
#include "screen.h"
@@ -222,8 +221,6 @@ MACHINE_CONFIG_START(pitagjr_state::pitajr)
MCFG_SCREEN_VISIBLE_AREA( 0, 200-1, 0, 100-1 )
MCFG_SCREEN_PALETTE("palette")
- config.set_default_layout(layout_lcd);
-
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(pitagjr_state, pitagjr)
MACHINE_CONFIG_END