summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-ide.h
diff options
context:
space:
mode:
author Ted Green <tedgreen99@protonmail.com>2017-06-11 06:52:05 -0600
committer Ted Green <tedgreen99@protonmail.com>2017-06-11 06:52:37 -0600
commit72a5561b899d4153b712ac79dc6e99d46e0310b8 (patch)
treec2f29a4222ce970890d8407611ed4921c2663f87 /src/devices/machine/pci-ide.h
parent5cd3f3621c8a7ee81810805ba90bee25f5b3abbb (diff)
pci-ide: Added writing to subsystem id register. Fixes power-on PCI Data Test in nbagold. (nw)
Diffstat (limited to 'src/devices/machine/pci-ide.h')
-rw-r--r--src/devices/machine/pci-ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/pci-ide.h b/src/devices/machine/pci-ide.h
index 1171cc761d9..58d6c3bd8db 100644
--- a/src/devices/machine/pci-ide.h
+++ b/src/devices/machine/pci-ide.h
@@ -66,6 +66,7 @@ private:
DECLARE_WRITE32_MEMBER(pcictrl_w);
DECLARE_READ32_MEMBER(address_base_r);
DECLARE_WRITE32_MEMBER(address_base_w);
+ DECLARE_WRITE32_MEMBER(subsystem_id_w);
const char *m_cpu_tag;
cpu_device *m_cpu;