summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/39in1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/39in1.cpp')
-rw-r--r--src/mame/drivers/39in1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/39in1.cpp b/src/mame/drivers/39in1.cpp
index 75f9c3fef84..8d8d269fb59 100644
--- a/src/mame/drivers/39in1.cpp
+++ b/src/mame/drivers/39in1.cpp
@@ -53,8 +53,7 @@ private:
required_device<eeprom_serial_93cxx_device> m_eeprom;
DECLARE_READ32_MEMBER(eeprom_r);
- DECLARE_WRITE32_MEMBER(eeprom_set_w);
- DECLARE_WRITE32_MEMBER(eeprom_clear_w);
+ DECLARE_WRITE32_MEMBER(eeprom_w);
DECLARE_READ32_MEMBER(cpld_r);
DECLARE_WRITE32_MEMBER(cpld_w);