summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-4/+4
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-221-5/+4
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-3/+1
* Pruning of redundant #includes located in src/devices/bus/* (nw) Scott Stone2020-07-101-1/+0
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-186-50/+50
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-2/+2
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-052-12/+12
* i82439tx.cpp: initiliaze a couple more variables to fix assert in devnoclear ... Ivan Vangelista2020-05-311-0/+2
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-30/+30
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-202-8/+8
* pci.cpp: fixed 'Fatal error: install_ram_generic: In range cdcdcdcc-9b9b9b98 ... Ivan Vangelista2020-04-061-0/+2
* srcclean, manual adjustments (nw) Vas Crabb2020-01-262-2/+2
* Change #include location (nw) yz70s2019-12-222-1/+1
* Corrections to legacy pci (nw) yz70s2019-12-222-9/+8
* atpci.cpp: update usage of device finders and remove hardcoded cpu tags in ch... yz70s2019-12-226-15/+16
* bebox.cpp: use finder for vga device (nw) yz70s2019-12-221-1/+2
* bebox.cpp: remove device not found errors (nw) yz70s2019-12-221-1/+2
* Remove unwanted changes (nw) yz70s2019-12-221-1/+1
* Substitute some cases of deprecated tag lookups with device finders (nw) yz70s2019-12-2111-23/+31
* Spring cleaning: Vas Crabb2019-11-012-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-18/+18
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-6/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-265-49/+37
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-37/+49
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-8/+8
* bus\lpci\pci.h: removed unused MCFG macros (nw) Ivan Vangelista2019-02-161-16/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-9/+10
* devices\bus: few less MCFG macros (nw) Ivan Vangelista2019-02-012-11/+3
* isa: Modernize device configuration (nw) AJR2019-01-252-5/+16
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-161-0/+9
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-22/+23
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-4/+4
* Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired Vas Crabb2018-09-291-7/+7
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-3/+3
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-3/+3
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-8/+2
* i82371sb.cpp: add interrupt input lines (nw) yz70s2018-08-211-4/+4
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-12/+13
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-301-1/+1
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-53/+52
* devcb3 Vas Crabb2018-07-072-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* trivial stuff (nw) Vas Crabb2018-05-271-2/+2
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-252-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-64/+64
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* i82439tx: add support for system management mode and more [Samuele Zannoli] yz70s2018-04-2711-34/+461
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-10/+10