| Previous | 199869 Revisions | Next |
| r23693 Friday 14th June, 2013 at 02:44:44 UTC by R. Belmont |
|---|
| Forgot the secret ingredient (nw) |
| [src/emu/machine] | idehd.h |
| r23692 | r23693 | |
|---|---|---|
| 23 | 23 | { |
| 24 | 24 | public: |
| 25 | 25 | ide_device_interface(const machine_config &mconfig, device_t &device); |
| 26 | ~ide_device_interface() {} | |
| 26 | virtual ~ide_device_interface() {} | |
| 27 | 27 | |
| 28 | 28 | virtual UINT16 read_dma() = 0; |
| 29 | 29 | virtual DECLARE_READ16_MEMBER(read_cs0) = 0; |
| Previous | 199869 Revisions | Next |