| Commit message (Expand) | Author | Age | Files | Lines |
| * | machine/i82371sb.cpp: rectify https://github.com/mamedev/mame/commit/377e9d6d... |  angelosa | 2025-03-25 | 1 | -0/+1 |
| * | machine/i82371sb.cpp: lift cargo cult 0xe0-0xef noprw |  angelosa | 2025-03-15 | 1 | -1/+1 |
| * | i82371sb_isa_device & sis85c496_host_device can now redirect their IRQs. |  smf- | 2024-10-26 | 1 | -1/+1 |
| * | pc/sis630: initial implementation for IT8705F Super I/O |  angelosa | 2024-03-10 | 1 | -1/+1 |
| * | machine/sis85c496: add int pin mapper |  angelosa | 2024-03-04 | 1 | -0/+115 |
| * | pc/pcipc_sis: preliminary W83787F Super I/O core; |  angelosa | 2024-03-03 | 1 | -4/+44 |
| * | machine/sis85c496: fix PIC and RTC mapping |  angelosa | 2024-03-02 | 1 | -6/+6 |
| * | newpci: propose a way to find the busmaster space |  Olivier Galibert | 2024-02-19 | 1 | -2/+1 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 1 | -10/+6 |
| * | machine/sis85c496.cpp: revert IDE to standard mapping for now (works slightly... |  angelosa | 2023-07-01 | 1 | -9/+8 |
| * | machine/sis85c496.cpp: add preliminary IDE support |  angelosa | 2023-06-29 | 1 | -0/+25 |
| * | pc/pcipc_sis.cpp: fix irq ack |  angelosa | 2023-06-29 | 1 | -23/+11 |
| * | machine/sis85c496.cpp: add DRAM boundary regs, hookup ISA bus |  angelosa | 2023-06-27 | 1 | -3/+32 |
| * | machine/sis85c496.cpp: fix validate |  angelosa | 2023-06-23 | 1 | -1/+1 |
| * | chore: generate new driver for sis85c496 from pc/at.cpp (pc/pcipc_sis.cpp) |  angelosa | 2023-06-23 | 1 | -2/+2 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -16/+16 |
| * | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 1 | -5/+4 |
| * | devices/machine, sound and video: removed read and write macros (nw) |  Ivan Vangelista | 2020-06-17 | 1 | -11/+11 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 1 | -19/+19 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -12/+15 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -15/+12 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 1 | -6/+6 |
| * | -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw |  MooglyGuy | 2019-02-03 | 1 | -6/+7 |
| * | More progress towards ISA DACK line support (nw) |  AJR | 2019-01-20 | 1 | -0/+2 |
| * | Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired |  Vas Crabb | 2018-09-29 | 1 | -7/+7 |
| * | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -1/+1 |
| * | -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... |  mooglyguy | 2018-08-15 | 1 | -6/+7 |
| * | remove lots of MCFG_ (nw) |  Vas Crabb | 2018-07-17 | 1 | -54/+53 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -9/+9 |
| * | sis85c496: Eliminate unnecessary use of machine().device and CPU tag hardcodi... |  AJR | 2018-06-01 | 1 | -9/+23 |
| * | 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 | -41/+41 |
| * | maps: Finish devices/machine (nw) |  Olivier Galibert | 2018-04-20 | 1 | -23/+25 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -4/+4 |
| * | API change: Memory maps are now "last entry wins" [O. Galibert] |  Olivier Galibert | 2018-01-31 | 1 | -4/+2 |
| * | 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 | -1/+1 |
| * | pic8259: Break up the MCFG_PIC8259_ADD macro (nw) |  AJR | 2017-09-02 | 1 | -2/+8 |
| * | srcclean (nw) |  Vas Crabb | 2017-06-25 | 1 | -31/+31 |
| * | sis85c496: first pass shadow RAM and SM RAM support. [R. Belmont] |  arbee | 2017-06-06 | 1 | -68/+104 |
| * | Initial support for SiS85c496/497 PCI chipset. [R. Belmont] |  arbee | 2017-06-05 | 1 | -0/+578 |