summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m52.h')
-rw-r--r--src/mame/includes/m52.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m52.h b/src/mame/includes/m52.h
index c406ee2187b..1d60a14d7f5 100644
--- a/src/mame/includes/m52.h
+++ b/src/mame/includes/m52.h
@@ -43,5 +43,5 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
- required_device<palette_device> m_palette;
+ required_device<palette_device> m_palette;
};