summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/deco32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/deco32.h')
-rw-r--r--src/mame/includes/deco32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/deco32.h b/src/mame/includes/deco32.h
index 1e6ecd925cd..745a0b478de 100644
--- a/src/mame/includes/deco32.h
+++ b/src/mame/includes/deco32.h
@@ -94,7 +94,7 @@ protected:
std::unique_ptr<uint16_t[]> m_spriteram16_buffered[2]; // all but dragngun
std::unique_ptr<uint16_t[]> m_pf_rowscroll[4]; // common
-private:
+private:
required_device<cpu_device> m_maincpu;
optional_device<cpu_device> m_audiocpu;
@@ -111,7 +111,7 @@ public:
{ }
void captaven(machine_config &config);
-
+
void init_captaven();
private: