summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-02-26 21:45:35 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-02-26 21:45:35 -0500
commitaddc10fdc385d32178f6818ad19ea06abf712521 (patch)
tree34f25a9651978fe359d5c332ee10696a64c97bf6
parent13b6ea2ac19c0a204344e731772c6fb669cdb5ac (diff)
39in1.cpp: Fix build (nw)
-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);