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

trunk/src/emu/machine/idehd.h
r23692r23693
2323{
2424public:
2525   ide_device_interface(const machine_config &mconfig, device_t &device);
26   ~ide_device_interface() {}
26   virtual ~ide_device_interface() {}
2727
2828   virtual UINT16 read_dma() = 0;
2929   virtual DECLARE_READ16_MEMBER(read_cs0) = 0;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team