summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox_usb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduced project cross-dependencies, slightly improved renaming script. Vas Crabb2022-06-271-534/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* init a few more vars in includes Robbbert2022-04-131-66/+66
* init vars for coverity (previously missed in mame/*) Robbbert2022-04-021-1/+1
* init vars for coverity (mame/machine/m-z) Robbbert2022-03-301-50/+50
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Restore some standard library #includes, add some things that were used but n... Vas Crabb2020-07-191-0/+5
* Pruning of redundant #includes located in src/mame/* (nw) Scott Stone2020-07-101-2/+0
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-2/+2
* xbox_usb.cpp: remove some problems (nw) yz70s2019-11-241-1/+1
* Spring cleaning: Vas Crabb2019-11-011-29/+27
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-4/+10
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* xbox/chihiro: usb devices are now slot devices [Samuele Zannoli] yz70s2017-05-211-1/+35
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+7
* xbox: third step in removing the legacy pci system in favor of the new one (nw) yz70s2017-05-071-2/+3
* xbox: some renaming (nw) yz70s2017-05-021-13/+13
* xbox: second step in removing the legacy pci system in favor of the new one (nw) yz70s2017-05-011-18/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-85/+85
* xbox: more usb (nw) yz70s2016-08-221-2/+42
* xbox.cpp: move usb part into new file xbox_usb.cpp and .h (nw) yz70s2016-06-291-0/+457