summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxi.c')
-rw-r--r--src/mame/drivers/galaxi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxi.c b/src/mame/drivers/galaxi.c
index 91889621814..cccce066a9c 100644
--- a/src/mame/drivers/galaxi.c
+++ b/src/mame/drivers/galaxi.c
@@ -103,7 +103,7 @@ 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;
};