summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/x2212.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/x2212.h')
-rw-r--r--src/devices/machine/x2212.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/x2212.h b/src/devices/machine/x2212.h
index 2b27ff71efb..d39c6ed8c42 100644
--- a/src/devices/machine/x2212.h
+++ b/src/devices/machine/x2212.h
@@ -60,6 +60,8 @@ public:
DECLARE_WRITE_LINE_MEMBER( store );
DECLARE_WRITE_LINE_MEMBER( recall );
+ void x2212_e2prom_map(address_map &map);
+ void x2212_sram_map(address_map &map);
protected:
x2212_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int size_data);