summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exelv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exelv.cpp')
-rw-r--r--src/mame/drivers/exelv.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/exelv.cpp b/src/mame/drivers/exelv.cpp
index 51fb2d18819..a8a4ebc061c 100644
--- a/src/mame/drivers/exelv.cpp
+++ b/src/mame/drivers/exelv.cpp
@@ -81,6 +81,10 @@ public:
m_cart(*this, "cartslot")
{ }
+ void exeltel(machine_config &config);
+ void exl100(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<tms3556_device> m_tms3556;
required_device<tms5220c_device> m_tms5220c;
@@ -116,8 +120,6 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(exelv_hblank_interrupt);
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( exelvision_cartridge );
- void exeltel(machine_config &config);
- void exl100(machine_config &config);
void tms7020_mem(address_map &map);
void tms7040_mem(address_map &map);
};