summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toki.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toki.h')
-rw-r--r--src/mame/includes/toki.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/toki.h b/src/mame/includes/toki.h
index d530e209699..957d237c974 100644
--- a/src/mame/includes/toki.h
+++ b/src/mame/includes/toki.h
@@ -22,7 +22,7 @@ public:
required_shared_ptr<UINT16> m_background2_videoram16;
required_shared_ptr<UINT16> m_videoram;
required_shared_ptr<UINT16> m_scrollram16;
-
+
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
optional_device<seibu_sound_device> m_seibu_sound;