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