summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladyfrog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladyfrog.h')
-rw-r--r--src/mame/includes/ladyfrog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ladyfrog.h b/src/mame/includes/ladyfrog.h
index 63da9bd48e6..99468069920 100644
--- a/src/mame/includes/ladyfrog.h
+++ b/src/mame/includes/ladyfrog.h
@@ -15,7 +15,7 @@ public:
m_scrlram(*this, "scrlram"),
m_audiocpu(*this, "audiocpu"),
m_maincpu(*this, "maincpu"),
- m_msm(*this, "msm") { }
+ m_msm(*this, "msm") { }
/* memory pointers */
required_shared_ptr<UINT8> m_videoram;