summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tunhunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tunhunt.h')
-rw-r--r--src/mame/includes/tunhunt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tunhunt.h b/src/mame/includes/tunhunt.h
index a86e637aab3..279e8710a8a 100644
--- a/src/mame/includes/tunhunt.h
+++ b/src/mame/includes/tunhunt.h
@@ -37,5 +37,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;
};