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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/electron.h b/src/mame/includes/electron.h
index 4c310600532..e41aee04b0d 100644
--- a/src/mame/includes/electron.h
+++ b/src/mame/includes/electron.h
@@ -118,6 +118,7 @@ public:
void electron(machine_config &config);
void btm2105(machine_config &config);
+ void electron_mem(address_map &map);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};