summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mx2178.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/mx2178.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/drivers/mx2178.c')
-rw-r--r--src/mess/drivers/mx2178.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/mx2178.c b/src/mess/drivers/mx2178.c
index 24b3b77a1be..0a809669419 100644
--- a/src/mess/drivers/mx2178.c
+++ b/src/mess/drivers/mx2178.c
@@ -52,7 +52,7 @@ private:
UINT8 m_term_data;
required_device<z80_device> m_maincpu;
required_device<acia6850_device> m_acia;
-public:
+public:
required_device<palette_device> m_palette;
};