summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci
Commit message (Expand)AuthorAgeFilesLines
* 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
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-8/+8
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-8/+8
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* southbridge.cpp: some updates: (nw) yz70s2017-11-195-81/+165
* i82439tx: correct error in shadow ram adresses and convert comments to c++ (nw) yz70s2017-11-192-44/+52
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* southbridge.cpp: split the single rw handler to io ports 60 and 61 into two s... yz70s2017-07-032-24/+2
* lpci/i82371sb.cpp: add boot_state_hook devcb to receive writes to debug port ... yz70s2017-06-252-0/+14
* lpci/southbridge.cpp: give derived classes the ability to intercept writes to... yz70s2017-06-252-0/+3
* lpci/i82439tx.cpp: do not always assert on unimplemented pci cofiguration reg... yz70s2017-06-251-37/+41
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-092-52/+50
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Buffer overrun warnings from GCC 7.1 fixed (nw) Miodrag Milanovic2017-05-151-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-185/+195
* Self-registering devices prep: Vas Crabb2017-02-279-14/+16
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-2/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2218-129/+129
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* Intel documentation is conflicting, which prompted osdev to claim that 128k d... smf-2016-10-061-2/+2
* Applied IBM AT 16-bit DMA wrap round fix to other implementations. (nw) smf-2016-10-061-6/+6
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-312-5/+5