summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82371sb.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-9/+9
* pci: better irq support (but incomplete, missing shared) Olivier Galibert2024-01-171-2/+4
* newpci: Create a first stab at slottable cards. Embrace the future insanity Olivier Galibert2024-01-131-2/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-38/+38
* Initial work towards i440bx chipset (#11037) Angelo Salese2023-05-211-8/+12
* jaleco/tetrisp2.cpp: Added dumps of additional games and improved video emula... Vas Crabb2023-03-211-7/+28
* i82371sb.cpp: various changes, windows 98 recognizes the ide busmaster contro... yz70s2021-07-291-5/+17
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-70/+64
* 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
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* isa: Modernize device configuration (nw) AJR2019-01-251-0/+1
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-19/+4
* i82371sb.cpp: add interrupt input lines (nw) yz70s2018-08-211-3/+29
* devcb3 Vas Crabb2018-07-071-4/+4
* i82371sb.cpp: isa does not use separate spaces since they cause problems (nw) yz70s2018-06-151-2/+0
* pcipc.cpp: first partially working implemantetion with isa, superio and et400... yz70s2018-06-111-0/+72
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-4/+0
* make method constant (nw) yz70s2018-05-131-1/+1
* i82371sb.cpp: remove unnedeed stuff, enable isa and add system management mod... yz70s2018-05-131-13/+14
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-40/+41
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* some more devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-06-011-20/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2016-11-271-4/+4
* added non-legacy i82439tx and created a driver using it in pcipc (nw) Miodrag Milanovic2016-10-301-1/+2
* Moved initialization of pcipc little further (nw) Miodrag Milanovic2016-10-301-1/+99
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* pcipc: sandbox for emulating a modern-ish pc (nw) Olivier Galibert2016-09-121-0/+84