summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/xbox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for validation errors (nw) Scott Stone2017-04-191-12/+12
* xbox: first step in removing the legacy pci system in favor of the new one (nw) yz70s2017-04-191-4/+333
* chihiro: usb is always enabled now, remove unused parts (nw) yz70s2017-04-151-3/+3
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Fix debug commands in drivers and devices (nw) AJR2017-03-031-75/+75
* Self-registering devices prep: Vas Crabb2017-02-271-10/+8
* xbox: graphic improvements: (nw) yz70s2016-12-311-4/+17
* first srcclean pass (nw) Vas Crabb2016-12-251-3/+3
* xbox: rename file video/chihiro.cpp to xbox_nv2a.cpp (nw) yz70s2016-12-131-1/+1
* chihiro.cpp: move threadlist debug command to xbox (nw) yz70s2016-12-041-0/+32
* xbox.cpp: parametrize constants used in debug command routines to support dif... yz70s2016-12-041-6/+61
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-43/+43
* xbox.cpp/chihiro.cpp: small refactoring yz70s2016-09-201-97/+112
* chihiro.cpp: crtaxihr boots too (nw) yz70s2016-07-261-5/+4
* chihiro.cpp,xbox.cpp: remove USB_HACK_ENABLED define, now usb can be disabled... yz70s2016-07-261-13/+8
* xbox.cpp: some cleaning (nw) yz70s2016-07-111-2/+2
* xbox.cpp: use the gamepad only in the console and not the arcade (nw) yz70s2016-07-111-6/+0
* Don't need debugcpu to translate (nw) AJR2016-07-031-13/+12
* xbox.cpp: move usb part into new file xbox_usb.cpp and .h (nw) yz70s2016-06-291-1519/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-11/+11
* xbox/chihiro.cpp: remove memory map error (nw) yz70s2016-06-161-1/+0
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-184/+196
* chihiro.cpp,xbox.cpp: try to complete xbox memory map, eeprom must be ntsc (nw) yz70s2016-06-021-14/+66
* xbox.cpp: define USB_HACK_ENABLED works again, outr2 boots now (nw) yz70s2016-05-131-5/+22
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-4/+4
* xbox.cpp: controller buttons active high (nw) yz70s2016-04-251-6/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* tidy up (nw) yz70s2016-04-211-3/+1
* xbox.cpp: more usb (nw) yz70s2016-04-211-160/+199
* xbox.cpp: more usb, first xbox usb controller emulation (nw) yz70s2016-04-191-9/+136
* xbox.cpp: more usb, interrupt transfers (nw) yz70s2016-04-161-19/+220
* xbox.cpp: more usb, possible to have more than 1 usb device plugged at the sa... yz70s2016-04-081-47/+121