summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2019-11-24 17:43:17 +0100
committer yz70s <yz70s@users.noreply.github.com>2019-11-24 17:49:51 +0100
commit4ce85e28caac8d1893aa5890efbc8e6adfce6e10 (patch)
tree295434bfbb473afdde2c2de7856fc336a53da9b9 /src/mame/includes
parentffc1b9a49fcf37ab833cfa4634f56dfffdfa7cae (diff)
xbox_usb.cpp: remove some problems (nw)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/xbox_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xbox_usb.h b/src/mame/includes/xbox_usb.h
index 1e363823a0a..35f0d7782e7 100644
--- a/src/mame/includes/xbox_usb.h
+++ b/src/mame/includes/xbox_usb.h
@@ -355,7 +355,7 @@ public:
void usb_ohci_device_address_changed(int old_address, int new_address);
void set_cpu(cpu_device *cpu) { m_maincpu = cpu; }
void set_timer(emu_timer *timer) { ohcist.timer = timer; }
- void set_irq_callbaclk(std::function<void(int state)> callback) { irq_callback = callback; }
+ void set_irq_callback(std::function<void(int state)> callback) { irq_callback = callback; }
void start();
void reset();