summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ibm6580_kbd.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-05-04 22:14:19 -0400
committer Vas Crabb <cuavas@users.noreply.github.com>2017-05-06 14:33:17 +1000
commit48f24cb5f3482b062e45f33ae9e65f1f16d0188d (patch)
tree852ad1704af4a8603663f8ade88d95675ad12a14 /src/mame/machine/ibm6580_kbd.h
parent4930ecef121841dc30a349d154e3e940a319914e (diff)
mcs48: Convert ports to devcb (nw)
- T0, T1 and PROG handlers are now 1-bit rather than 8-bit - Eliminate several T0/T1 handlers that DEVCB macros can take care of now - T0 CLK output emulation (untested)
Diffstat (limited to 'src/mame/machine/ibm6580_kbd.h')
-rw-r--r--src/mame/machine/ibm6580_kbd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/ibm6580_kbd.h b/src/mame/machine/ibm6580_kbd.h
index bd6e53935bf..a1491196ec1 100644
--- a/src/mame/machine/ibm6580_kbd.h
+++ b/src/mame/machine/ibm6580_kbd.h
@@ -36,8 +36,8 @@ public:
DECLARE_WRITE8_MEMBER(p1_w);
DECLARE_WRITE8_MEMBER(p2_w);
DECLARE_READ8_MEMBER(p2_r);
- DECLARE_READ8_MEMBER(t0_r);
- DECLARE_READ8_MEMBER(t1_r);
+ DECLARE_READ_LINE_MEMBER(t0_r);
+ DECLARE_READ_LINE_MEMBER(t1_r);
DECLARE_WRITE_LINE_MEMBER(reset_w);
DECLARE_WRITE_LINE_MEMBER(ack_w);