summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/electron.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/electron.h')
-rw-r--r--src/mame/includes/electron.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/electron.h b/src/mame/includes/electron.h
index 539ac4119de..589e79d1554 100644
--- a/src/mame/includes/electron.h
+++ b/src/mame/includes/electron.h
@@ -114,6 +114,8 @@ public:
void electron_interrupt_handler(int mode, int interrupt);
DECLARE_INPUT_CHANGED_MEMBER( trigger_reset );
+ void electron(machine_config &config);
+ void btm2105(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};