summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/lola8a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/lola8a.c')
-rw-r--r--src/mess/drivers/lola8a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/lola8a.c b/src/mess/drivers/lola8a.c
index e9dd77448ed..f07c94246c4 100644
--- a/src/mess/drivers/lola8a.c
+++ b/src/mess/drivers/lola8a.c
@@ -56,7 +56,7 @@ public:
private:
UINT8 m_portb;
required_device<cassette_image_device> m_cass;
-public:
+public:
required_device<palette_device> m_palette;
};