summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts80a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts80a.c')
-rw-r--r--src/mame/drivers/gts80a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts80a.c b/src/mame/drivers/gts80a.c
index b449f73541f..57ccb027dfe 100644
--- a/src/mame/drivers/gts80a.c
+++ b/src/mame/drivers/gts80a.c
@@ -24,7 +24,7 @@ protected:
// driver_device overrides
virtual void machine_reset();
-public:
+public:
DECLARE_DRIVER_INIT(gts80a);
};