summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox_pci.h')
-rw-r--r--src/mame/includes/xbox_pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/xbox_pci.h b/src/mame/includes/xbox_pci.h
index 2ab41a2ea27..7c9f34b5d8d 100644
--- a/src/mame/includes/xbox_pci.h
+++ b/src/mame/includes/xbox_pci.h
@@ -299,7 +299,7 @@ protected:
virtual void device_reset() override;
};
-extern const device_type NV2A_AGP;
+DECLARE_DEVICE_TYPE(NV2A_AGP, nv2a_agp_device)
/*
* NV2A 3D Accelerator
@@ -331,7 +331,7 @@ private:
DECLARE_ADDRESS_MAP(nv2a_mirror, 32);
};
-extern const device_type NV2A_GPU;
+DECLARE_DEVICE_TYPE(NV2A_GPU, nv2a_gpu_device)
#define MCFG_MCPX_NV2A_GPU_CPU(_cpu_tag) \
downcast<nv2a_gpu_device *>(device)->set_cpu_tag(_cpu_tag);