summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladybug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladybug.h')
-rw-r--r--src/mame/includes/ladybug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index 964a994252c..d9924f51948 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -53,8 +53,9 @@ protected:
void ladybug_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
+
+private:
required_device<ladybug_video_device> m_video;
required_ioport m_port_dsw0;