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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/x2212.h b/src/devices/machine/x2212.h
index b443f03c870..988d87a1a60 100644
--- a/src/devices/machine/x2212.h
+++ b/src/devices/machine/x2212.h
@@ -93,8 +93,8 @@ private:
optional_region_ptr<uint8_t> m_default_data;
// internal helpers
- void store();
- void recall();
+ void do_store();
+ void do_recall();
void x2212_e2prom_map(address_map &map);
void x2212_sram_map(address_map &map);