summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos2.h')
-rw-r--r--src/mame/includes/namcos2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index e7ef3ee5f10..b1ffcf65879 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -227,7 +227,7 @@ public:
optional_device<cpu_device> m_mcu;
required_device<gfxdecode_device> m_gfxdecode;
optional_device<screen_device> m_screen;
- required_device<palette_device> m_palette;
+ required_device<palette_device> m_palette;
};
class namcos2_state : public namcos2_shared_state