summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/klax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r--src/mame/includes/klax.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h
index d17ef34aa69..41406bb9f3d 100644
--- a/src/mame/includes/klax.h
+++ b/src/mame/includes/klax.h
@@ -26,7 +26,7 @@ public:
void klax(machine_config &config);
void klax2bl(machine_config &config);
-protected:
+private:
virtual void machine_reset() override;
virtual void scanline_update(screen_device &screen, int scanline) override;
@@ -43,7 +43,6 @@ protected:
void klax2bl_map(address_map &map);
void klax_map(address_map &map);
-private:
required_device<tilemap_device> m_playfield_tilemap;
required_device<atari_motion_objects_device> m_mob;