summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/rocnrope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rocnrope.cpp')
-rw-r--r--src/mame/drivers/rocnrope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rocnrope.cpp b/src/mame/drivers/rocnrope.cpp
index ba4438abbbd..9b000c2414c 100644
--- a/src/mame/drivers/rocnrope.cpp
+++ b/src/mame/drivers/rocnrope.cpp
@@ -30,7 +30,7 @@
*************************************/
/* Roc'n'Rope has the IRQ vectors in RAM. The rom contains $FFFF at this address! */
-WRITE8_MEMBER(rocnrope_state::rocnrope_interrupt_vector_w)
+void rocnrope_state::rocnrope_interrupt_vector_w(offs_t offset, uint8_t data)
{
uint8_t *RAM = memregion("maincpu")->base();