summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acesp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/acesp.c')
-rw-r--r--src/mame/drivers/acesp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/acesp.c b/src/mame/drivers/acesp.c
index 79a5bed73ed..243caac0dc2 100644
--- a/src/mame/drivers/acesp.c
+++ b/src/mame/drivers/acesp.c
@@ -30,7 +30,7 @@ protected:
// devices
required_device<cpu_device> m_maincpu;
-public:
+public:
DECLARE_DRIVER_INIT(ace_sp);
DECLARE_DRIVER_INIT(ace_cr);
};