summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pofo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pofo.cpp')
-rw-r--r--src/mame/drivers/pofo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/pofo.cpp b/src/mame/drivers/pofo.cpp
index 166207bce87..8e91648b6e8 100644
--- a/src/mame/drivers/pofo.cpp
+++ b/src/mame/drivers/pofo.cpp
@@ -44,7 +44,6 @@
#include "video/hd61830.h"
#include "emupal.h"
-#include "rendlay.h"
#include "screen.h"
#include "softlist.h"
#include "speaker.h"
@@ -1031,8 +1030,6 @@ MACHINE_CONFIG_START(portfolio_state::portfolio)
MCFG_SCREEN_VISIBLE_AREA(0, 240-1, 0, 64-1)
MCFG_SCREEN_PALETTE("palette")
- config.set_default_layout(layout_lcd);
-
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(portfolio_state, portfolio)