diff options
author | 2016-06-05 14:32:55 +0200 | |
---|---|---|
committer | 2016-06-05 14:32:55 +0200 | |
commit | 59204323424f8317554313eea7f8d62a70cd276d (patch) | |
tree | 94907b6d07568f6755c49a638f52a561c85a22b0 /src/devices/bus/newbrain | |
parent | 4678526854d256781c4bdb7d27a3ee9134898832 (diff) |
small cleanup (nw)
Diffstat (limited to 'src/devices/bus/newbrain')
-rw-r--r-- | src/devices/bus/newbrain/eim.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/bus/newbrain/eim.h b/src/devices/bus/newbrain/eim.h index 490a6a15c03..d3f6c3d8a9b 100644 --- a/src/devices/bus/newbrain/eim.h +++ b/src/devices/bus/newbrain/eim.h @@ -42,13 +42,6 @@ public: DECLARE_WRITE8_MEMBER( anout_w ); DECLARE_READ8_MEMBER( anin_r ); DECLARE_WRITE8_MEMBER( anio_w ); - DECLARE_READ8_MEMBER( st0_r ); - DECLARE_READ8_MEMBER( st1_r ); - DECLARE_READ8_MEMBER( st2_r ); - DECLARE_READ8_MEMBER( usbs_r ); - DECLARE_WRITE8_MEMBER( usbs_w ); - DECLARE_WRITE8_MEMBER( paging_w ); - DECLARE_WRITE_LINE_MEMBER( acia_tx ); DECLARE_WRITE_LINE_MEMBER( acia_interrupt ); DECLARE_WRITE_LINE_MEMBER( ctc_z2_w ); DECLARE_WRITE_LINE_MEMBER( adc_eoc_w ); |