summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laz_aftrshok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laz_aftrshok.cpp')
-rw-r--r--src/mame/drivers/laz_aftrshok.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/laz_aftrshok.cpp b/src/mame/drivers/laz_aftrshok.cpp
index c37c65a3b82..ac70499d7ac 100644
--- a/src/mame/drivers/laz_aftrshok.cpp
+++ b/src/mame/drivers/laz_aftrshok.cpp
@@ -42,10 +42,12 @@ public:
// ,m_maincpu(*this, "maincpu")
{ }
+ void aftrshok(machine_config &config);
+
+private:
virtual void machine_start() override;
virtual void machine_reset() override;
- void aftrshok(machine_config &config);
// required_device<mcs51_cpu_device> m_maincpu;
};