OS X 10.5 says hi (nw)

This commit is contained in:
R. Belmont 2013-06-14 02:43:20 +00:00
parent de9ec8e122
commit ab44223fd9

View File

@ -23,6 +23,7 @@ class ide_device_interface
{
public:
ide_device_interface(const machine_config &mconfig, device_t &device);
~ide_device_interface() {}
virtual UINT16 read_dma() = 0;
virtual DECLARE_READ16_MEMBER(read_cs0) = 0;