summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8/z8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z8/z8.h')
-rw-r--r--src/devices/cpu/z8/z8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/z8/z8.h b/src/devices/cpu/z8/z8.h
index 908b7ff570d..c74f3ec839f 100644
--- a/src/devices/cpu/z8/z8.h
+++ b/src/devices/cpu/z8/z8.h
@@ -138,7 +138,8 @@ private:
emu_timer *m_internal_timer[2];
bool get_serial_in();
- void sio_tick();
+ void sio_receive();
+ void sio_transmit();
template <int T> void timer_start();
template <int T> void timer_stop();