summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/meadows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/meadows.h')
-rw-r--r--src/mame/includes/meadows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/meadows.h b/src/mame/includes/meadows.h
index 014c38574bf..a1e64a6e6ea 100644
--- a/src/mame/includes/meadows.h
+++ b/src/mame/includes/meadows.h
@@ -24,7 +24,7 @@ public:
m_videoram(*this, "videoram")
{
}
-
+
required_device<s2650_device> m_maincpu;
optional_device<s2650_device> m_audiocpu;
optional_device<dac_device> m_dac;
@@ -35,7 +35,7 @@ public:
optional_shared_ptr<UINT8> m_spriteram;
required_shared_ptr<UINT8> m_videoram;
-
+
UINT8 m_dac_data;
int m_dac_enable;
int m_channel;