summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stellafr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stellafr.cpp')
-rw-r--r--src/mame/drivers/stellafr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/stellafr.cpp b/src/mame/drivers/stellafr.cpp
index a3aa5b1d43c..62a30cfdded 100644
--- a/src/mame/drivers/stellafr.cpp
+++ b/src/mame/drivers/stellafr.cpp
@@ -28,7 +28,7 @@ public:
void stellafr(machine_config &config);
-protected:
+private:
IRQ_CALLBACK_MEMBER(irq_ack);
DECLARE_WRITE8_MEMBER(write_8000c1);
DECLARE_READ8_MEMBER(read_800101);
@@ -38,7 +38,6 @@ protected:
void stellafr_map(address_map &map);
-private:
// devices
required_device<cpu_device> m_maincpu;
required_device<mc68681_device> m_duart;