summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa
Commit message (Expand)AuthorAgeFilesLines
* bus/isa/cga.cpp: fix this regression, too (nw) Ivan Vangelista2018-11-211-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-206-108/+94
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-5/+5
* pc_fdc: removed MCFG macros (nw) Ivan Vangelista2018-11-153-40/+45
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-92/+22
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-303-37/+38
* mpu401: Eliminate MCFG_ macros (nw) AJR2018-10-261-3/+4
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-232-53/+56
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-284-39/+44
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-234-15/+15
* Re-write serial mouse support: Vas Crabb2018-09-191-6/+12
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-162-10/+7
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-063-39/+44
* -in8250: De-MCFG, nw mooglyguy2018-09-041-70/+70
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-042-8/+10
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-12/+12
* i8251: Removed MCFG, nw mooglyguy2018-08-292-9/+9
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-2/+2
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-232-11/+11
* -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... Ryan Holtz2018-08-161-2/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-153-17/+18
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-112-16/+27
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-105-21/+41
* bus/isa: Eliminate some region_alloc abuse (nw) AJR2018-08-013-14/+6
* New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Ko... AJR2018-07-143-0/+104
* devcb3 Vas Crabb2018-07-075-74/+71
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-031-2/+2
* copyright holder consistency (nw) hap2018-06-261-1/+1
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
* svga_tseng.cpp: move memory mappings to remap routine (nw) yz70s2018-06-152-2/+13
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-152-16/+8
* Remove emupal.h from emu.h (nw) AJR2018-06-136-0/+6
* ec1841: mouse emulation (Logitech bus mouse protocol) (#3623) Sergey Svishchev2018-06-113-4/+49
* Merge pull request #3644 from shattered/_0fdf87b R. Belmont2018-06-071-1/+2
|\
| * sblaster: direct DAC mode Sergey Svishchev2018-06-071-1/+2
* | Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+2
|/
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-088-59/+59
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-298-55/+55
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-272-2/+2
* srcclean (nw) Vas Crabb2018-05-272-14/+14
* diexec: Interrupt API changes (nw) AJR2018-05-183-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-153-6/+7
* pc_vga.cpp: machine().device cleanups (nw) AJR2018-05-132-12/+2
* misc changes too small for their own pull request (#3557) Sergey Svishchev2018-05-112-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-0911-13/+22
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0637-288/+293
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-0416-206/+223
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2