summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zorba.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zorba.h')
-rw-r--r--src/mame/includes/zorba.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/zorba.h b/src/mame/includes/zorba.h
index 09f3b6de62e..e7201a5214a 100644
--- a/src/mame/includes/zorba.h
+++ b/src/mame/includes/zorba.h
@@ -47,7 +47,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(printer_type);
void zorba(machine_config &config);
-protected:
+private:
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -87,7 +87,6 @@ protected:
DECLARE_WRITE_LINE_MEMBER(printer_fault_w);
DECLARE_WRITE_LINE_MEMBER(printer_select_w);
-private:
required_ioport m_config_port;
required_memory_bank m_read_bank;