summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82875p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82875p.cpp')
-rw-r--r--src/devices/machine/i82875p.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/i82875p.cpp b/src/devices/machine/i82875p.cpp
index 84b17df1aad..c8b4471ab28 100644
--- a/src/devices/machine/i82875p.cpp
+++ b/src/devices/machine/i82875p.cpp
@@ -11,6 +11,7 @@ DEVICE_ADDRESS_MAP_START(agp_translation_map, 32, i82875p_host_device)
ADDRESS_MAP_END
DEVICE_ADDRESS_MAP_START(config_map, 32, i82875p_host_device)
+ AM_INHERIT_FROM(pci_host_device::config_map)
AM_RANGE(0x50, 0x53) AM_READWRITE8 (agpm_r, agpm_w, 0x0000ff00)
AM_RANGE(0x50, 0x53) AM_READ8 (gc_r, 0x00ff0000)
AM_RANGE(0x50, 0x53) AM_READ8 (csabcont_r, 0xff000000)
@@ -38,8 +39,6 @@ DEVICE_ADDRESS_MAP_START(config_map, 32, i82875p_host_device)
AM_RANGE(0xdc, 0xdf) AM_READWRITE16(skpd_r, skpd_w, 0xffff0000)
AM_RANGE(0xe4, 0xe7) AM_READ (capreg1_r)
AM_RANGE(0xe8, 0xeb) AM_READ8 (capreg2_r, 0x000000ff)
-
- AM_INHERIT_FROM(pci_host_device::config_map)
ADDRESS_MAP_END
i82875p_host_device::i82875p_host_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)