diff options
Diffstat (limited to 'src/devices/machine/6850acia.h')
-rw-r--r-- | src/devices/machine/6850acia.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/6850acia.h b/src/devices/machine/6850acia.h index 8ec75cf5e6e..119dc330ceb 100644 --- a/src/devices/machine/6850acia.h +++ b/src/devices/machine/6850acia.h @@ -38,6 +38,8 @@ public: DECLARE_READ8_MEMBER( status_r ); DECLARE_WRITE8_MEMBER( data_w ); DECLARE_READ8_MEMBER( data_r ); + DECLARE_WRITE8_MEMBER( write ); + DECLARE_READ8_MEMBER( read ); DECLARE_WRITE_LINE_MEMBER( write_cts ); DECLARE_WRITE_LINE_MEMBER( write_dcd ); |