summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/pci.h')
-rw-r--r--src/devices/bus/lpci/pci.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/pci.h b/src/devices/bus/lpci/pci.h
index db14beec790..a77191b1d1c 100644
--- a/src/devices/bus/lpci/pci.h
+++ b/src/devices/bus/lpci/pci.h
@@ -79,7 +79,7 @@ public:
DECLARE_WRITE64_MEMBER( write_64be );
void set_busnum(int busnum) { m_busnum = busnum; }
- void set_father(const char *father) { m_father = father; }
+ void set_father(const char* father) { m_father = father; m_pcifather.set_tag(m_father); }
void set_device(int num, const char *tag) {
m_devtag[num] = tag; }
@@ -109,6 +109,8 @@ private:
int8_t m_devicenum; // device number we are addressing
int8_t m_busnumber; // pci bus number we are addressing
pci_bus_device * m_busnumaddr; // pci bus we are addressing
+
+ optional_device<pci_bus_device> m_pcifather;
};
// device type definition