summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sis85c496.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/i82371sb.cpp: rectify https://github.com/mamedev/mame/commit/377e9d6d... angelosa2025-03-251-0/+1
* machine/i82371sb.cpp: lift cargo cult 0xe0-0xef noprw angelosa2025-03-151-1/+1
* i82371sb_isa_device & sis85c496_host_device can now redirect their IRQs. smf-2024-10-261-1/+1
* pc/sis630: initial implementation for IT8705F Super I/O angelosa2024-03-101-1/+1
* machine/sis85c496: add int pin mapper angelosa2024-03-041-0/+115
* pc/pcipc_sis: preliminary W83787F Super I/O core; angelosa2024-03-031-4/+44
* machine/sis85c496: fix PIC and RTC mapping angelosa2024-03-021-6/+6
* newpci: propose a way to find the busmaster space Olivier Galibert2024-02-191-2/+1
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-10/+6
* machine/sis85c496.cpp: revert IDE to standard mapping for now (works slightly... angelosa2023-07-011-9/+8
* machine/sis85c496.cpp: add preliminary IDE support angelosa2023-06-291-0/+25
* pc/pcipc_sis.cpp: fix irq ack angelosa2023-06-291-23/+11
* machine/sis85c496.cpp: add DRAM boundary regs, hookup ISA bus angelosa2023-06-271-3/+32
* machine/sis85c496.cpp: fix validate angelosa2023-06-231-1/+1
* chore: generate new driver for sis85c496 from pc/at.cpp (pc/pcipc_sis.cpp) angelosa2023-06-231-2/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-16/+16
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-221-5/+4
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-11/+11
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-19/+19
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+12
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-6/+6
* -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw MooglyGuy2019-02-031-6/+7
* More progress towards ISA DACK line support (nw) AJR2019-01-201-0/+2
* Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired Vas Crabb2018-09-291-7/+7
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-1/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-6/+7
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-54/+53
* 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-9/+9
* sis85c496: Eliminate unnecessary use of machine().device and CPU tag hardcodi... AJR2018-06-011-9/+23
* 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-41/+41
* maps: Finish devices/machine (nw) Olivier Galibert2018-04-201-23/+25
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+2
* 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-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* srcclean (nw) Vas Crabb2017-06-251-31/+31
* sis85c496: first pass shadow RAM and SM RAM support. [R. Belmont] arbee2017-06-061-68/+104
* Initial support for SiS85c496/497 PCI chipset. [R. Belmont] arbee2017-06-051-0/+578