summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/eeprompar.h
diff options
context:
space:
mode:
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