summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/agat7ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/agat7ports.h')
-rw-r--r--src/devices/bus/a2bus/agat7ports.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/a2bus/agat7ports.h b/src/devices/bus/a2bus/agat7ports.h
index 6b96ee0d783..1d587c9f747 100644
--- a/src/devices/bus/a2bus/agat7ports.h
+++ b/src/devices/bus/a2bus/agat7ports.h
@@ -50,9 +50,9 @@ protected:
required_device<i8251_device> m_d10;
required_device<centronics_device> m_centronics;
- DECLARE_WRITE8_MEMBER(write_portb);
- DECLARE_READ8_MEMBER(read_portc);
- DECLARE_WRITE_LINE_MEMBER(write_centronics_busy);
+ void write_portb(uint8_t data);
+ uint8_t read_portc();
+ void write_centronics_busy(int state);
private:
bool m_centronics_busy;