summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2019-02-2413-91/+91
* apricot: Add support for the Winchester controller Dirk Best2019-02-233-0/+322
* New device: Western Digital WD1010-05 Dirk Best2019-02-232-0/+726
* apricot: Add support to install io space device maps to expansion bus Dirk Best2019-02-231-0/+8
* i8089: Fix 16-bit target DMA transfers without DRQ Dirk Best2019-02-231-3/+2
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-2/+1
* more agreeable way to fix hangs in play2000 without a ROM hack (#4677) David Haywood2019-02-221-1/+3
* magic numbers are bad, untested changes are worse (nw) Vas Crabb2019-02-232-20/+14
* netlist: memory management. [Couriersud] couriersud2019-02-221-5/+5
* Merge pull request #4669 from cam900/timekpr_args R. Belmont2019-02-212-163/+165
|\
| * timekpr.cpp : Remove unnecessary arguments in handlers cam9002019-02-202-163/+165
* | new NOT WORKING machines (XaviX / eKara) (#4663) David Haywood2019-02-214-0/+100
* | chess*: small cleanup (nw) hap2019-02-212-2/+2
* | mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-0/+9
* | ncr53c90: be quiet (nw) Patrick Mackinlay2019-02-211-1/+0
* | alpha: implement srom interface (nw) Patrick Mackinlay2019-02-204-14/+138
|/
* xc1700e: new device Patrick Mackinlay2019-02-202-0/+200
* bus/newbrain, bus/tiki100, wd2010: Simplify read/write handlers (nw) AJR2019-02-1915-81/+81
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-1921-87/+83
* votrax: Simplify write handlers (nw) AJR2019-02-194-8/+8
* bus/comx35, bus/vip: Eliminate address_space argument from handlers (nw) AJR2019-02-1936-144/+143
* bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... AJR2019-02-1945-114/+114
* bus/c64: Eliminate address_space arguments from handlers (nw) AJR2019-02-19138-280/+280
* volt_reg: set default m_output (nw) hap2019-02-1920-21/+2
* 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) AJR2019-02-1915-83/+81
* volt_reg: output of 32768 is above mame's sound stream cutoff(-32768 to 32767... hap2019-02-191-1/+1
* mos6566, mos6581, bus/plus4: Eliminate address_space argument from handlers (nw) AJR2019-02-1915-39/+39
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-1922-95/+95
* alpha: most integer instructions (nw) Patrick Mackinlay2019-02-193-19/+1025
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-197-47/+85
* bus/pet: Eliminate address_space argument from interface methods (nw) AJR2019-02-1810-39/+39
* mc6852, mc6854, mos6551: Simplify read/write handlers (nw) AJR2019-02-1817-44/+46
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-1826-117/+114
* tms9914: Rename read/write handlers and remove superfluous arguments (nw) AJR2019-02-184-14/+15
* Merge pull request #4647 from cam900/ay8910_args ajrhacker2019-02-1815-181/+166
|\
| * ay8910.cpp : Updates cam9002019-02-1515-181/+166
* | mips3: trivial changes (nw) Patrick Mackinlay2019-02-183-80/+13
* | netlist: remove locked-in context from sources. (nw) couriersud2019-02-172-20/+37
* | netlist: refactoring startup process and array usage. (nw) couriersud2019-02-172-8/+9
* | Eliminate the default address map member of address_space_config (nw) AJR2019-02-1730-84/+124
* | (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-186-23/+20
* | Merge pull request #4627 from cam900/smsvdp_psg R. Belmont2019-02-164-151/+158
|\ \
| * | 315_5124.cpp : Updates cam9002019-02-114-151/+158
* | | HP9825: added 9825T variant (#4629) fulivi2019-02-162-2/+78
* | | pce_slot.h: forgot to actually remove the macros (nw) Ivan Vangelista2019-02-161-11/+0
* | | devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-1611-45/+73
* | | bus\lpci\pci.h: removed unused MCFG macros (nw) Ivan Vangelista2019-02-161-16/+0
* | | bus\hp80_io: removed MCFG macros (nw) Ivan Vangelista2019-02-162-16/+24
* | | r4000: Fixed ABS.S and ABS.D. Fixes X server crashing in IRIX. [Ryan Holtz] MooglyGuy2019-02-161-0/+8