summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sis85c496.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/sis85c496: add int pin mapper angelosa2024-03-041-0/+14
* pc/pcipc_sis: preliminary W83787F Super I/O core; angelosa2024-03-031-0/+15
* machine/sis85c496: fix PIC and RTC mapping angelosa2024-03-021-1/+2
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-1/+1
* machine/sis85c496.cpp: add preliminary IDE support angelosa2023-06-291-1/+6
* pc/pcipc_sis.cpp: fix irq ack angelosa2023-06-291-2/+0
* machine/sis85c496.cpp: add DRAM boundary regs, hookup ISA bus angelosa2023-06-271-0/+4
* chore: generate new driver for sis85c496 from pc/at.cpp (pc/pcipc_sis.cpp) angelosa2023-06-231-6/+13
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-16/+16
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-25/+21
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-19/+19
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* srcclean (nw) Vas Crabb2019-07-281-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-4/+4
* sis85c496: Eliminate unnecessary use of machine().device and CPU tag hardcodi... AJR2018-06-011-2/+3
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-53/+52
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* srcclean (nw) Vas Crabb2017-06-251-3/+3
* sis85c496: first pass shadow RAM and SM RAM support. [R. Belmont] arbee2017-06-061-5/+8
* Initial support for SiS85c496/497 PCI chipset. [R. Belmont] arbee2017-06-051-0/+153