summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpoker.c')
-rw-r--r--src/mame/drivers/mpoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpoker.c b/src/mame/drivers/mpoker.c
index d938d800fa8..104c748f496 100644
--- a/src/mame/drivers/mpoker.c
+++ b/src/mame/drivers/mpoker.c
@@ -205,7 +205,7 @@ public:
UINT32 screen_update_mpoker(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
- required_device<palette_device> m_palette;
+ required_device<palette_device> m_palette;
};