summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/southbridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-11/+7
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-14/+14
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-221-5/+4
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-25/+25
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-15/+15
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-15/+15
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+33
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-33/+22
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-8/+8
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-9/+10
* isa: Modernize device configuration (nw) AJR2019-01-251-5/+15
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-22/+23
* 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
* 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
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-53/+52
* devcb3 Vas Crabb2018-07-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* 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-271-21/+74
* 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-191-41/+85
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* southbridge.cpp: split the single rw handler to io ports 60 and 61 into two s... yz70s2017-07-031-22/+2
* lpci/southbridge.cpp: give derived classes the ability to intercept writes to... yz70s2017-06-251-0/+2
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-091-11/+6
* 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-2/+5
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* 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
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-8/+8
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-8/+8
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2