summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts1.c')
-rw-r--r--src/mame/drivers/gts1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gts1.c b/src/mame/drivers/gts1.c
index ba2e9df0a5c..56f665c95a5 100644
--- a/src/mame/drivers/gts1.c
+++ b/src/mame/drivers/gts1.c
@@ -68,7 +68,7 @@ ToDo:
#include "machine/genpin.h"
#include "cpu/pps4/pps4.h"
-//#include "gts1.lh"
+#include "gts1.lh"
#define VERBOSE 1
@@ -233,7 +233,7 @@ static MACHINE_CONFIG_START( gts1, gts1_state )
//MCFG_NVRAM_ADD_0FILL("nvram")
/* Video */
- //MCFG_DEFAULT_LAYOUT(layout_gts1)
+ MCFG_DEFAULT_LAYOUT(layout_gts1)
/* Sound */
MCFG_FRAGMENT_ADD( genpin_audio )