summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox_pci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduced project cross-dependencies, slightly improved renaming script. Vas Crabb2022-06-271-492/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+4
* init vars for coverity (mame/machine/m-z) Robbbert2022-03-301-20/+20
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* nforcepc/xbox: set values for various configuration space pci registers yz70s2020-09-261-3/+26
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-36/+36
* further macro removal work (nw) Ivan Vangelista2020-05-181-1/+1
* xbox_pci.cpp: found gpio pins mode registers (nw) yz70s2019-12-061-0/+1
* xbox_pci.cpp: set interrupt pin configuration byte (nw) yz70s2019-11-291-0/+2
* xbox_pci.cpp: support io port 61 (nw) yz70s2019-11-241-0/+10
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* xbox: add secondary channel to ide controller and derive nv2a from the agp_de... yz70s2019-08-201-1/+13
* xbox/chihiro/nforcepc: share pci devices between xbox and nforcepc (nw) yz70s2019-06-081-4/+37
* xbox_pci.cpp: start supporting smm and let nforcepc use it (nw) yz70s2019-04-261-0/+5
* xbox_pci.cpp: add simple interfaces for lpc bus devices (nw) yz70s2019-04-241-1/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-261-8/+42
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-42/+8
* xbox_pci.cpp: smbus controller actually supports two buses (nw) yz70s2019-03-161-3/+7
* nforcepc.cpp: add placeholder for Asus AS99127F chip (nw) yz70s2019-01-191-2/+2
* Use the same mcpx_isalpc device in both nforcepc and xbox (nw) yz70s2019-01-061-0/+4
* xbox.cpp: rename pci device mcpx_lpc to mcpx_isalpc (nw) yz70s2019-01-041-3/+3
* xbox: move at devices into mcpx_lpc pci device (nw) yz70s2019-01-031-0/+26
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-17/+10
* xbox_pci.cpp: some cleaning (nw) yz70s2018-11-031-0/+1
* xbox: first step in using real devices with smbus (nw) yz70s2018-10-041-2/+6
* devcb3 Vas Crabb2018-07-071-4/+4
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-15/+25
* Sarayan made me do it. Vas Crabb2018-04-281-10/+10
* Oops (nw) Olivier Galibert2018-02-221-4/+4
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-221-11/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* srcclean (nw) Vas Crabb2017-05-281-2/+2
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-2/+2
* xbox/chihiro: usb devices are now slot devices [Samuele Zannoli] yz70s2017-05-211-1/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* xbox: third step in removing the legacy pci system in favor of the new one (nw) yz70s2017-05-071-0/+341