summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zx.cpp')
-rw-r--r--src/mame/video/zx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/zx.cpp b/src/mame/video/zx.cpp
index 755c2eb8b8b..d4b76714214 100644
--- a/src/mame/video/zx.cpp
+++ b/src/mame/video/zx.cpp
@@ -50,7 +50,7 @@ void zx_state::zx_ula_hsync()
recalc_hsync();
}
-WRITE8_MEMBER(zx_state::refresh_w)
+void zx_state::refresh_w(offs_t offset, uint8_t data)
{
if((offset ^ m_prev_refresh) & 0x40)
m_maincpu->set_input_line(INPUT_LINE_IRQ0, offset & 0x40 ? CLEAR_LINE : ASSERT_LINE);