summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nitedrvr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nitedrvr.h')
-rw-r--r--src/mame/includes/nitedrvr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/nitedrvr.h b/src/mame/includes/nitedrvr.h
index 53d81ca695f..b5bfa8b4d0a 100644
--- a/src/mame/includes/nitedrvr.h
+++ b/src/mame/includes/nitedrvr.h
@@ -39,7 +39,7 @@ public:
void nitedrvr(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(nitedrvr_steering_reset_r);
DECLARE_WRITE8_MEMBER(nitedrvr_steering_reset_w);
DECLARE_READ8_MEMBER(nitedrvr_in0_r);
@@ -58,7 +58,6 @@ protected:
int nitedrvr_steering();
void nitedrvr_map(address_map &map);
-private:
/* memory pointers */
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_hvc;