add method identify_device_buffer() to atapicdr like in idehd (nw)

This commit is contained in:
yz70s 2015-09-28 19:03:57 +02:00
parent 0b3757d481
commit 7f7a62c143

View File

@ -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, 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:
// device-level overrides
virtual void device_start();