summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jeutel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jeutel.cpp')
-rw-r--r--src/mame/drivers/jeutel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/jeutel.cpp b/src/mame/drivers/jeutel.cpp
index 2a85e252f56..8f2c6573ff4 100644
--- a/src/mame/drivers/jeutel.cpp
+++ b/src/mame/drivers/jeutel.cpp
@@ -42,7 +42,7 @@ public:
void init_jeutel();
void jeutel(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(portb_r);
DECLARE_WRITE8_MEMBER(porta_w);
DECLARE_WRITE8_MEMBER(ppi0a_w);
@@ -54,7 +54,6 @@ protected:
void jeutel_cpu3_io(address_map &map);
void jeutel_map(address_map &map);
-private:
bool m_timer_a;
uint8_t m_sndcmd;
uint8_t m_digit;