mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
OS X 10.5 says hi (nw)
This commit is contained in:
parent
de9ec8e122
commit
ab44223fd9
@ -23,6 +23,7 @@ class ide_device_interface
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ide_device_interface(const machine_config &mconfig, device_t &device);
|
ide_device_interface(const machine_config &mconfig, device_t &device);
|
||||||
|
~ide_device_interface() {}
|
||||||
|
|
||||||
virtual UINT16 read_dma() = 0;
|
virtual UINT16 read_dma() = 0;
|
||||||
virtual DECLARE_READ16_MEMBER(read_cs0) = 0;
|
virtual DECLARE_READ16_MEMBER(read_cs0) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user