summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index c9ca41adf83..ebbbebdfb42 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -29,7 +29,7 @@ public:
optional_shared_ptr<UINT16> m_majtitle_rowscrollram;
optional_shared_ptr<UINT16> m_spriteram2;
optional_shared_ptr<UINT8> m_soundram;
-
+
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_soundcpu;
optional_device<cpu_device> m_mcu;