summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/paradise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/paradise.h')
-rw-r--r--src/mame/includes/paradise.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/paradise.h b/src/mame/includes/paradise.h
index d0da0d1a501..6c7e1fb95e3 100644
--- a/src/mame/includes/paradise.h
+++ b/src/mame/includes/paradise.h
@@ -67,5 +67,5 @@ public:
optional_device<okim6295_device> m_oki2;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
- required_device<palette_device> m_palette;
+ required_device<palette_device> m_palette;
};