summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82371sb.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/i82371sb.cpp: rectify https://github.com/mamedev/mame/commit/377e9d6d... angelosa2025-03-251-0/+2
* 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
* machine/i82371sb.cpp: reduce PIT range angelosa2024-10-031-1/+2
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb2024-03-241-6/+6
* machine/i82371sb: fix PIC mapping angelosa2024-02-241-3/+11
* pci: better irq support (but incomplete, missing shared) Olivier Galibert2024-01-171-4/+24
* newpci: Create a first stab at slottable cards. Embrace the future insanity Olivier Galibert2024-01-131-0/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-11/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-37/+37
* sega/puckpkmn.cpp: Made Puckman Pockimon set showing Sun Mixing copyright the... Vas Crabb2023-05-311-5/+41
* Initial work towards i440bx chipset (#11037) Angelo Salese2023-05-211-99/+86
* machine/i82371sb.cpp: Object finders aren't resolved at config complete time,... Vas Crabb2023-03-211-4/+7
* jaleco/tetrisp2.cpp: Added dumps of additional games and improved video emula... Vas Crabb2023-03-211-5/+18
* i82371sb.cpp: various changes, windows 98 recognizes the ide busmaster contro... yz70s2021-07-291-12/+77
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-62/+62
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-2/+2
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-19/+19
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+7
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-2/+2
* isa: Modernize device configuration (nw) AJR2019-01-251-5/+14
* More progress towards ISA DACK line support (nw) AJR2019-01-201-0/+2
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-22/+23
* i82371sb.cpp: add interrupt input lines (nw) yz70s2018-08-211-18/+168
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-9/+10
* pcipc.cpp: make winxp install and run (nw) yz70s2018-08-081-5/+4
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-51/+50
* pcipc.cpp: ide works too, basic system is usable now (nw) yz70s2018-07-091-2/+19
* devcb3 Vas Crabb2018-07-071-2/+2
* i82371sb.cpp: isa does not use separate spaces since they cause problems (nw) yz70s2018-06-151-36/+18
* pcipc.cpp: first partially working implemantetion with isa, superio and et400... yz70s2018-06-111-28/+205
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-19/+19
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-2/+3
* i82371sb.cpp: remove unnedeed stuff, enable isa and add system management mod... yz70s2018-05-131-123/+83
* 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-61/+61
* maps: Finish devices/machine (nw) Olivier Galibert2018-04-201-34/+36
* pc_vga: Internalize palette (nw) AJR2018-03-031-1/+0
* pc_vga: Use device_video_interface and configured screens instead of first_sc... AJR2018-03-031-0/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+7
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* some more devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-06-011-15/+8
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5