summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index 1ebf48ba5ac..434e7100540 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -40,7 +40,7 @@ public:
optional_device<m72_audio_device> m_audio;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
- required_device<palette_device> m_palette;
+ required_device<palette_device> m_palette;
UINT16 *m_protection_ram;
emu_timer *m_scanline_timer;