summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/irobot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/irobot.h')
-rw-r--r--src/mame/includes/irobot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/irobot.h b/src/mame/includes/irobot.h
index 778f127e1d9..6b63ebca34c 100644
--- a/src/mame/includes/irobot.h
+++ b/src/mame/includes/irobot.h
@@ -60,6 +60,9 @@ public:
int m_ir_ymin;
int m_ir_xmax;
int m_ir_ymax;
+ DECLARE_WRITE8_MEMBER(irobot_nvram_w);
+ DECLARE_WRITE8_MEMBER(irobot_clearirq_w);
+ DECLARE_WRITE8_MEMBER(irobot_clearfirq_w);
};
/*----------- defined in machine/irobot.c -----------*/