| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean (nw) |  Vas Crabb | 2019-02-24 | 13 | -91/+91 |
| * | apricot: Add support for the Winchester controller |  Dirk Best | 2019-02-23 | 3 | -0/+322 |
| * | New device: Western Digital WD1010-05 |  Dirk Best | 2019-02-23 | 2 | -0/+726 |
| * | apricot: Add support to install io space device maps to expansion bus |  Dirk Best | 2019-02-23 | 1 | -0/+8 |
| * | i8089: Fix 16-bit target DMA transfers without DRQ |  Dirk Best | 2019-02-23 | 1 | -3/+2 |
| * | netlist: Fix relative include paths and a conflict. (nw) |  couriersud | 2019-02-23 | 1 | -1/+1 |
| * | Move ptime struct into plib namespace and fix relative includes. (nw) |  couriersud | 2019-02-23 | 1 | -2/+1 |
| * | more agreeable way to fix hangs in play2000 without a ROM hack (#4677) |  David Haywood | 2019-02-22 | 1 | -1/+3 |
| * | magic numbers are bad, untested changes are worse (nw) |  Vas Crabb | 2019-02-23 | 2 | -20/+14 |
| * | netlist: memory management. [Couriersud] |  couriersud | 2019-02-22 | 1 | -5/+5 |
| * | Merge pull request #4669 from cam900/timekpr_args |  R. Belmont | 2019-02-21 | 2 | -163/+165 |
| |\ |
|
| | * | timekpr.cpp : Remove unnecessary arguments in handlers |  cam900 | 2019-02-20 | 2 | -163/+165 |
| * | | new NOT WORKING machines (XaviX / eKara) (#4663) |  David Haywood | 2019-02-21 | 4 | -0/+100 |
| * | | chess*: small cleanup (nw) |  hap | 2019-02-21 | 2 | -2/+2 |
| * | | mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... |  Ivan Vangelista | 2019-02-21 | 1 | -0/+9 |
| * | | ncr53c90: be quiet (nw) |  Patrick Mackinlay | 2019-02-21 | 1 | -1/+0 |
| * | | alpha: implement srom interface (nw) |  Patrick Mackinlay | 2019-02-20 | 4 | -14/+138 |
| |/ |
|
| * | xc1700e: new device |  Patrick Mackinlay | 2019-02-20 | 2 | -0/+200 |
| * | bus/newbrain, bus/tiki100, wd2010: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 15 | -81/+81 |
| * | mc6845, crtc_ega: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 21 | -87/+83 |
| * | votrax: Simplify write handlers (nw) |  AJR | 2019-02-19 | 4 | -8/+8 |
| * | bus/comx35, bus/vip: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 36 | -144/+143 |
| * | bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... |  AJR | 2019-02-19 | 45 | -114/+114 |
| * | bus/c64: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-19 | 138 | -280/+280 |
| * | volt_reg: set default m_output (nw) |  hap | 2019-02-19 | 20 | -21/+2 |
| * | 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 15 | -83/+81 |
| * | volt_reg: output of 32768 is above mame's sound stream cutoff(-32768 to 32767... |  hap | 2019-02-19 | 1 | -1/+1 |
| * | mos6566, mos6581, bus/plus4: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 15 | -39/+39 |
| * | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 22 | -95/+95 |
| * | alpha: most integer instructions (nw) |  Patrick Mackinlay | 2019-02-19 | 3 | -19/+1025 |
| * | (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... |  Vas Crabb | 2019-02-19 | 7 | -47/+85 |
| * | bus/pet: Eliminate address_space argument from interface methods (nw) |  AJR | 2019-02-18 | 10 | -39/+39 |
| * | mc6852, mc6854, mos6551: Simplify read/write handlers (nw) |  AJR | 2019-02-18 | 17 | -44/+46 |
| * | 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) |  AJR | 2019-02-18 | 26 | -117/+114 |
| * | tms9914: Rename read/write handlers and remove superfluous arguments (nw) |  AJR | 2019-02-18 | 4 | -14/+15 |
| * | Merge pull request #4647 from cam900/ay8910_args |  ajrhacker | 2019-02-18 | 15 | -181/+166 |
| |\ |
|
| | * | ay8910.cpp : Updates |  cam900 | 2019-02-15 | 15 | -181/+166 |
| * | | mips3: trivial changes (nw) |  Patrick Mackinlay | 2019-02-18 | 3 | -80/+13 |
| * | | netlist: remove locked-in context from sources. (nw) |  couriersud | 2019-02-17 | 2 | -20/+37 |
| * | | netlist: refactoring startup process and array usage. (nw) |  couriersud | 2019-02-17 | 2 | -8/+9 |
| * | | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 30 | -84/+124 |
| * | | (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... |  Vas Crabb | 2019-02-18 | 6 | -23/+20 |
| * | | Merge pull request #4627 from cam900/smsvdp_psg |  R. Belmont | 2019-02-16 | 4 | -151/+158 |
| |\ \ |
|
| | * | | 315_5124.cpp : Updates |  cam900 | 2019-02-11 | 4 | -151/+158 |
| * | | | HP9825: added 9825T variant (#4629) |  fulivi | 2019-02-16 | 2 | -2/+78 |
| * | | | pce_slot.h: forgot to actually remove the macros (nw) |  Ivan Vangelista | 2019-02-16 | 1 | -11/+0 |
| * | | | devices\bus: some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-16 | 11 | -45/+73 |
| * | | | bus\lpci\pci.h: removed unused MCFG macros (nw) |  Ivan Vangelista | 2019-02-16 | 1 | -16/+0 |
| * | | | bus\hp80_io: removed MCFG macros (nw) |  Ivan Vangelista | 2019-02-16 | 2 | -16/+24 |
| * | | | r4000: Fixed ABS.S and ABS.D. Fixes X server crashing in IRIX. [Ryan Holtz] |  MooglyGuy | 2019-02-16 | 1 | -0/+8 |