summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/xbox_pci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/xbox_pci.cpp')
-rw-r--r--src/mame/machine/xbox_pci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/xbox_pci.cpp b/src/mame/machine/xbox_pci.cpp
index 0952b993097..8e9d9c1a656 100644
--- a/src/mame/machine/xbox_pci.cpp
+++ b/src/mame/machine/xbox_pci.cpp
@@ -62,8 +62,8 @@ void nv2a_host_device::device_reset()
DEFINE_DEVICE_TYPE(NV2A_RAM, nv2a_ram_device, "nv2a_ram", "NV2A Memory Controller - SDRAM")
DEVICE_ADDRESS_MAP_START(config_map, 32, nv2a_ram_device)
- AM_RANGE(0x6c, 0x6f) AM_READWRITE(config_register_r, config_register_w)
AM_INHERIT_FROM(pci_device::config_map)
+ AM_RANGE(0x6c, 0x6f) AM_READWRITE(config_register_r, config_register_w)
ADDRESS_MAP_END
nv2a_ram_device::nv2a_ram_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)