summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-2018-35/+38
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-0/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* Fixes (nw) Miodrag Milanovic2016-01-161-3/+0
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-38/+35
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-059-33/+33
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-054-13/+13
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-054-13/+13
* cleanup Miodrag Milanovic2015-12-052-2/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-043-15/+15
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-5/+5
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-144-6/+11