summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/z80ne.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/z80ne.h')
-rw-r--r--src/mame/includes/z80ne.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/z80ne.h b/src/mame/includes/z80ne.h
index addb7e0a690..969a7800dda 100644
--- a/src/mame/includes/z80ne.h
+++ b/src/mame/includes/z80ne.h
@@ -113,7 +113,7 @@ protected:
DECLARE_READ8_MEMBER(lx383_r);
DECLARE_WRITE8_MEMBER(lx383_w);
DECLARE_READ8_MEMBER(lx385_ctrl_r);
- DECLARE_WRITE8_MEMBER(lx385_ctrl_w);
+ void lx385_ctrl_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER(lx385_uart_tx_clock_w);
TIMER_CALLBACK_MEMBER(z80ne_cassette_tc);