summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2015-09-28 19:03:57 +0200
committer yz70s <yz70s@users.noreply.github.com>2015-09-28 22:57:50 +0200
commit7f7a62c1438e88290b2aa0accc6a00769ec2235f (patch)
tree2de2d719eea9ec24a25a9c1bd6ee5fe24550b18b
parent0b3757d481914415eaebd774a19380cb0e1b117d (diff)
add method identify_device_buffer() to atapicdr like in idehd (nw)
-rw-r--r--src/devices/machine/atapicdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/atapicdr.h b/src/devices/machine/atapicdr.h
index 535a5b801b1..fdc1e50eea2 100644
--- a/src/devices/machine/atapicdr.h
+++ b/src/devices/machine/atapicdr.h
@@ -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();