summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atpci.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-32/+34
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+11
* atpci.cpp: move m55hi-plus motherboard stuff to a new machine called m55hipl ... yz70s2018-04-271-19/+79
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-9/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-11/+13
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+23
* Don't forget that bios names must be lowercase (nw) yz70s2017-11-191-1/+1
* atpci.cpp: add sha1 hashes (nw) yz70s2017-11-191-5/+5
* atpci.cpp: add bioses for Micronics M55hi-Plus, one for M7s-Hi (nw) yz70s2017-11-191-4/+22
* at586x3: add n7ns04 bios of the Micronics M55HI-Plus moterboard and log write... yz70s2017-06-251-1/+16
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+6
* atpci: fix MT #6305, kbd is at pcibus:1:i82371ab:kbd (nw) cracyc2016-07-181-2/+0
* at: create at motherboard device and split pci and ps2 machines into own file... cracyc2016-02-241-0/+136