mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
add method identify_device_buffer() to atapicdr like in idehd (nw)
This commit is contained in:
parent
0b3757d481
commit
7f7a62c143
@ -23,6 +23,8 @@ public:
|
|||||||
atapi_cdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
atapi_cdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
||||||
atapi_cdrom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source);
|
atapi_cdrom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source);
|
||||||
|
|
||||||
|
UINT16 *identify_device_buffer() { return m_identify_buffer; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// device-level overrides
|
// device-level overrides
|
||||||
virtual void device_start();
|
virtual void device_start();
|
||||||
|
Loading…
Reference in New Issue
Block a user