summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jungleyo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jungleyo.cpp')
-rw-r--r--src/mame/drivers/jungleyo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/jungleyo.cpp b/src/mame/drivers/jungleyo.cpp
index 5d14ac70ba6..de732f955e8 100644
--- a/src/mame/drivers/jungleyo.cpp
+++ b/src/mame/drivers/jungleyo.cpp
@@ -56,14 +56,13 @@ public:
void jungleyo(machine_config &config);
-public:
+private:
/* video-related */
virtual void video_start() override;
uint32_t screen_update_jungleyo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void jungleyo_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
};