summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gizmondo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gizmondo.cpp')
-rw-r--r--src/mame/drivers/gizmondo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/gizmondo.cpp b/src/mame/drivers/gizmondo.cpp
index c1fa29da123..b2a215604f7 100644
--- a/src/mame/drivers/gizmondo.cpp
+++ b/src/mame/drivers/gizmondo.cpp
@@ -34,7 +34,6 @@ SYSINTR_GPS = INT_EINT3, INT_EINT8_23 (EINT18)
#include "machine/docg3.h"
#include "machine/s3c2440.h"
#include "video/gf4500.h"
-#include "rendlay.h"
#include "screen.h"
@@ -203,8 +202,6 @@ MACHINE_CONFIG_START(gizmondo_state::gizmondo)
MCFG_SCREEN_VISIBLE_AREA(0, 320 - 1, 0, 240 - 1)
MCFG_SCREEN_UPDATE_DEVICE("gf4500", gf4500_device, screen_update)
- config.set_default_layout(layout_lcd);
-
MCFG_GF4500_ADD("gf4500")
MCFG_DEVICE_ADD("s3c2440", S3C2440, 12000000)