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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/xbox_pci.h b/src/mame/includes/xbox_pci.h
index d1488cb0c37..24c6e1fdd8b 100644
--- a/src/mame/includes/xbox_pci.h
+++ b/src/mame/includes/xbox_pci.h
@@ -143,6 +143,7 @@ private:
ohci_usb_controller *ohci_usb;
devcb_write_line m_interrupt_handler;
emu_timer *timer;
+ required_device<cpu_device> maincpu;
std::function<void(void)> hack_callback;
void ohci_mmio(address_map &map);
struct dev_t {