summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/de_3b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/de_3b.cpp')
-rw-r--r--src/mame/drivers/de_3b.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/de_3b.cpp b/src/mame/drivers/de_3b.cpp
index b707b032cf6..65acd0dd0e3 100644
--- a/src/mame/drivers/de_3b.cpp
+++ b/src/mame/drivers/de_3b.cpp
@@ -22,6 +22,12 @@ public:
m_dmdtype3(*this, "decodmd")
{ }
+ void detest(machine_config &config);
+ void de_3b(machine_config &config);
+
+ void init_de_3b();
+
+private:
// devices
optional_device<decobsmt_device> m_decobsmt;
optional_device<decodmd_type3_device> m_dmdtype3;
@@ -41,14 +47,8 @@ public:
DECLARE_WRITE8_MEMBER(display_w);
DECLARE_WRITE8_MEMBER(lamps_w);
- void detest(machine_config &config);
- void de_3b(machine_config &config);
-protected:
-
// driver_device overrides
virtual void machine_reset() override;
-public:
- void init_de_3b();
uint8_t m_strobe;
uint8_t m_kbdrow;