| Commit message (Expand) | Author | Age | Files | Lines |
* | bus\lpci\pci.h: removed unused MCFG macros (nw) |  Ivan Vangelista | 2019-02-16 | 1 | -16/+0 |
* | volt_reg: removed MCFG macro (nw) |  Ivan Vangelista | 2019-02-12 | 1 | -9/+10 |
* | devices\bus: few less MCFG macros (nw) |  Ivan Vangelista | 2019-02-01 | 2 | -11/+3 |
* | isa: Modernize device configuration (nw) |  AJR | 2019-01-25 | 2 | -5/+16 |
* | Fixed regressions reported by Tafoid, nw |  mooglyguy | 2018-12-16 | 1 | -0/+9 |
* | isa8, isa16: Replace MCFG_ macros with devcb3 (nw) |  AJR | 2018-11-05 | 1 | -22/+23 |
* | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -4/+4 |
* | Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired |  Vas Crabb | 2018-09-29 | 1 | -7/+7 |
* | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -3/+3 |
* | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -3/+3 |
* | i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw |  mooglyguy | 2018-08-29 | 1 | -8/+2 |
* | i82371sb.cpp: add interrupt input lines (nw) |  yz70s | 2018-08-21 | 1 | -4/+4 |
* | -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... |  mooglyguy | 2018-08-15 | 1 | -12/+13 |
* | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 1 | -1/+1 |
* | remove lots of MCFG_ (nw) |  Vas Crabb | 2018-07-17 | 1 | -53/+52 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -4/+4 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -4/+4 |
* | trivial stuff (nw) |  Vas Crabb | 2018-05-27 | 1 | -2/+2 |
* | remove many mainly PCI-related MCFG macros in favour of constructor |  Vas Crabb | 2018-05-25 | 2 | -3/+3 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -64/+64 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -5/+6 |
* | i82439tx: add support for system management mode and more [Samuele Zannoli] |  yz70s | 2018-04-27 | 11 | -34/+461 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 3 | -10/+10 |
* | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 1 | -1/+0 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -3/+3 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
* | ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... |  smf- | 2017-12-20 | 1 | -8/+8 |
* | ide: Add non-space cs access methods, use them wherever possible [O. Galibert] |  Olivier Galibert | 2017-12-16 | 1 | -4/+4 |
* | ide: deambiguate cs access between 16 and 32 bits [O. Galibert] |  Olivier Galibert | 2017-12-16 | 1 | -8/+8 |
* | srcclean (nw) |  Vas Crabb | 2017-11-26 | 1 | -1/+1 |
* | southbridge.cpp: some updates: (nw) |  yz70s | 2017-11-19 | 5 | -81/+165 |
* | i82439tx: correct error in shadow ram adresses and convert comments to c++ (nw) |  yz70s | 2017-11-19 | 2 | -44/+52 |
* | pic8259: Break up the MCFG_PIC8259_ADD macro (nw) |  AJR | 2017-09-02 | 1 | -2/+8 |
* | never hurts to srcclean (nw) |  Vas Crabb | 2017-07-09 | 1 | -1/+1 |
* | southbridge.cpp: split the single rw handler to io ports 60 and 61 into two s... |  yz70s | 2017-07-03 | 2 | -24/+2 |
* | lpci/i82371sb.cpp: add boot_state_hook devcb to receive writes to debug port ... |  yz70s | 2017-06-25 | 2 | -0/+14 |
* | lpci/southbridge.cpp: give derived classes the ability to intercept writes to... |  yz70s | 2017-06-25 | 2 | -0/+3 |
* | lpci/i82439tx.cpp: do not always assert on unimplemented pci cofiguration reg... |  yz70s | 2017-06-25 | 1 | -37/+41 |
* | device_add_mconfig up to devices/bus/l* (nw) |  Ivan Vangelista | 2017-06-09 | 2 | -52/+50 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
* | Buffer overrun warnings from GCC 7.1 fixed (nw) |  Miodrag Milanovic | 2017-05-15 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 18 | -185/+195 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 9 | -14/+16 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 2 | -2/+0 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 18 | -129/+129 |
* | DAC WIP, started documenting the DACs in use. [smf] |  smf- | 2016-10-17 | 1 | -1/+0 |
* | Intel documentation is conflicting, which prompted osdev to claim that 128k d... |  smf- | 2016-10-06 | 1 | -2/+2 |
* | Applied IBM AT 16-bit DMA wrap round fix to other implementations. (nw) |  smf- | 2016-10-06 | 1 | -6/+6 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 2 | -5/+5 |