summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-302-15/+13
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* i82439tx: add support for system management mode and more [Samuele Zannoli] yz70s2018-04-274-8/+88
* (PC-ISA): Add Lba enhancer card (28 bit LBA) (#3465) Bavarese2018-04-263-0/+197
* srcclean (nw) Vas Crabb2018-04-222-6/+7
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-214-26/+33
* Revert "(PC-ISA): Add Action Replay card for DOS (1994) (#3445)" Vas Crabb2018-04-175-725/+1
* Fix clang build by removing unused variables (nw) AJR2018-04-161-1/+0
* (PC-ISA): Add Action Replay card for DOS (1994) (#3445) Bavarese2018-04-165-1/+726
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* pc9801_86: add clocks (nw) cracyc2018-04-131-1/+1
* NEW non working ISA16 card: Ericsson Information Systems IBM3270/5250 termina... joakim2018-04-023-0/+289
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-282-5/+10
* isa/pgc: accelerated VRAM writes + cleanups (#3385) Sergey Svishchev2018-03-252-55/+128
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-182-26/+26
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-149-107/+122
* modernize -- nuke first_screen, ioport() lookups, etc. (nw) Sergey Svishchev2018-03-061-1/+1
* pc_vga: Internalize palette (nw) AJR2018-03-039-29/+6
* pc_vga: Use device_video_interface and configured screens instead of first_sc... AJR2018-03-036-0/+12
* destaticify initializations (nw) (#3289) wilbertpol2018-03-044-108/+75
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-272-4/+8
* Grammar police (nw) Olivier Galibert2018-02-242-2/+2
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-1411-100/+111
* Fixes (nw) Olivier Galibert2018-02-131-1/+1
* isa fixes (nw) Olivier Galibert2018-02-122-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1226-35/+46