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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index 416ff5da787..56e871113c2 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -22,7 +22,7 @@ public:
m_palette(*this, "palette"),
m_port_dsw0(*this, "DSW0"),
m_p1_control(*this, "CONTP1"),
- m_p2_control(*this, "CONTP2") { }
+ m_p2_control(*this, "CONTP2") { }
/* memory pointers */
required_shared_ptr<UINT8> m_videoram;