summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/eeprompar.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-18 17:13:10 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-19 08:23:19 +0100
commitd0715c830d0f3866a6bac66c46cad83ca112c7b0 (patch)
tree2dfcfee4360916b8a6fc95d0e6c9f1e89163e088 /src/devices/machine/eeprompar.h
parent7f0684bcacfbbf50a1e76b4ad1f0a36a903c5511 (diff)
memory: Deambiguate handlers, also a hint of things to come (nw)
Diffstat (limited to 'src/devices/machine/eeprompar.h')
-rw-r--r--src/devices/machine/eeprompar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/eeprompar.h b/src/devices/machine/eeprompar.h
index 2370f1c0e46..9803d1556bb 100644
--- a/src/devices/machine/eeprompar.h
+++ b/src/devices/machine/eeprompar.h
@@ -77,9 +77,9 @@ public:
// control lines
DECLARE_WRITE_LINE_MEMBER(oe_w);
- DECLARE_WRITE8_MEMBER(unlock_write);
- DECLARE_WRITE16_MEMBER(unlock_write);
- DECLARE_WRITE32_MEMBER(unlock_write);
+ DECLARE_WRITE8_MEMBER(unlock_write8);
+ DECLARE_WRITE16_MEMBER(unlock_write16);
+ DECLARE_WRITE32_MEMBER(unlock_write32);
protected:
// construction/destruction