summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/xbox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-991/+0
* Reduced project cross-dependencies, slightly improved renaming script. Vas Crabb2022-06-271-2/+2
* emu/mconfig.cpp: Made checks on device add/replace stricter. Vas Crabb2021-12-091-20/+20
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-34/+34
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-0/+1
* nforcepc/xbox: set values for various configuration space pci registers yz70s2020-09-261-6/+6
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-4/+4
* Debugger expression and memory access overhaul AJR2020-05-251-58/+63
* xbox.cpp: add debugger command "xbox vdeclaration" (nw) yz70s2020-05-241-0/+96
* xbox.cpp: fix "xbox vprogdis" debug command (nw) yz70s2020-05-221-7/+7
* Substitute some cases of deprecated tag lookups with device finders (nw) yz70s2019-12-211-1/+1
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* xbox: add secondary channel to ide controller and derive nv2a from the agp_de... yz70s2019-08-201-24/+5
* -debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific... MooglyGuy2019-07-071-1/+1
* xbox/chihiro/nforcepc: share pci devices between xbox and nforcepc (nw) yz70s2019-06-081-84/+114
* (nw) Clean up the mess on master Vas Crabb2019-03-261-132/+47
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-47/+132
* machine\xbox.cpp: fixed crashes in xbox and chihiro sets. Thanks to Tafoid fo... Ivan Vangelista2019-03-221-1/+1
* xbox_pci.cpp: smbus controller actually supports two buses (nw) yz70s2019-03-161-3/+3
* misc MACHINE_CONFIG macros removal (nw) Ivan Vangelista2019-02-091-13/+14
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* Use the same mcpx_isalpc device in both nforcepc and xbox (nw) yz70s2019-01-061-1/+1
* xbox.cpp: rename pci device mcpx_lpc to mcpx_isalpc (nw) yz70s2019-01-041-3/+1
* xbox: move at devices into mcpx_lpc pci device (nw) yz70s2019-01-031-115/+31
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-23/+18
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-8/+8
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-6/+6
* xbox: first step in using real devices with smbus (nw) yz70s2018-10-041-96/+146
* devcb3 Vas Crabb2018-07-071-2/+2
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* xbox_pci.cpp: move ids into constructors (nw) yz70s2018-06-021-10/+10
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-17/+17
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-27/+29
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* machine/xbox.cpp: Clean up some unnecessary machine-relative accesses (nw) AJR2018-02-011-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-1/+1
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-1/+1
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-3/+3
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+9
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-1/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-49/+63
* Changes to debugger memory address translation AJR2017-08-011-63/+49
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* xbox: third step in removing the legacy pci system in favor of the new one (nw) yz70s2017-05-071-1012/+55
* xbox: second step in removing the legacy pci system in favor of the new one (nw) yz70s2017-05-011-514/+745
* xbox: re-enable new pci since crash should be fixed (nw) yz70s2017-04-211-25/+12
* xbox: temporarily disable new pci until crash is fixed (nw) yz70s2017-04-201-1/+3