summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jedi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jedi.h')
-rw-r--r--src/mame/includes/jedi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/jedi.h b/src/mame/includes/jedi.h
index d0d0e3f4466..fb57669942d 100644
--- a/src/mame/includes/jedi.h
+++ b/src/mame/includes/jedi.h
@@ -47,7 +47,7 @@ public:
DECLARE_CUSTOM_INPUT_MEMBER(jedi_audio_comm_stat_r);
void jedi(machine_config &config);
-protected:
+private:
DECLARE_WRITE8_MEMBER(main_irq_ack_w);
DECLARE_WRITE8_MEMBER(rom_banksel_w);
DECLARE_WRITE_LINE_MEMBER(coin_counter_left_w);
@@ -80,7 +80,6 @@ protected:
void audio_map(address_map &map);
void main_map(address_map &map);
-private:
/* machine state */
emu_timer *m_interrupt_timer;