| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New working software list additions |  Nigel Barnes | 2019-03-10 | 3 | -2/+228 |
* | spectrum: Improved expansion interface to allow devices to act on opcode fetc... |  Nigel Barnes | 2019-03-10 | 24 | -178/+654 |
* | machines promoted, new software list stuff (#4738) |  David Haywood | 2019-03-10 | 1 | -3/+3 |
* | svi318, bus/svi318: Simplify read/write handlers; minor driver cleanup (nw) |  AJR | 2019-03-09 | 22 | -93/+93 |
* | bus/spectrum: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 24 | -76/+76 |
* | tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) |  AJR | 2019-03-09 | 3 | -6/+6 |
* | wswan: simplify read/write handlers (nw) |  Wilbert Pol | 2019-03-09 | 4 | -51/+51 |
* | bus/intv: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 7 | -170/+162 |
* | bus/gameboy, bus/snes: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 31 | -519/+536 |
* | ncr5380n, ncr5385, ncr5390, ncr539x: Simplify read/write handlers (nw) |  AJR | 2019-03-07 | 2 | -4/+4 |
* | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 10 | -41/+57 |
* | ef9345, ef9365: Simplify read/write handlers (nw) |  AJR | 2019-03-07 | 4 | -6/+6 |
* | bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... |  AJR | 2019-03-07 | 53 | -392/+372 |
* | tms9900, tms9980a, tms9995: CRU addressing change |  AJR | 2019-03-01 | 11 | -39/+29 |
* | mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... |  Ivan Vangelista | 2019-03-01 | 11 | -11/+11 |
* | bus/cbus: Replace CPU finder with required_address_space; add pinout (nw) |  AJR | 2019-02-28 | 2 | -11/+69 |
* | mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) |  Ivan Vangelista | 2019-02-28 | 2 | -31/+20 |
* | sg1000m3: Add keyboard cable link for F-16 Fighting Falcon's 2p mode (#4680) |  enikland2 | 2019-02-27 | 6 | -14/+493 |
* | a2eauxslot: Fix regression by not nullifying slot pointer in device_start (nw) |  AJR | 2019-02-26 | 2 | -8/+7 |
* | bus/x68k: Use object finder to get at CPU address space (nw) |  AJR | 2019-02-26 | 5 | -13/+14 |
* | nubus: Use required_address_space rather than old-style CPU lookup (nw) |  AJR | 2019-02-26 | 2 | -35/+28 |
* | bus/interpro/sr: Replace CPU finder with required_address_space (nw) |  AJR | 2019-02-26 | 2 | -21/+8 |
* | bus/ep64: Use required_address_space instead of specific device finder (nw) |  AJR | 2019-02-26 | 2 | -14/+8 |
* | bus/a2bus/a2eauxslot: Sanitize configuration (nw) |  AJR | 2019-02-25 | 5 | -27/+14 |
* | bus/apricot/expansion: Replace CPU finders with address space finders (nw) |  AJR | 2019-02-25 | 2 | -36/+14 |
* | bus/a1bus, bus/a2bus/a2eauxslot: Replace CPU finder with required_address_spa... |  AJR | 2019-02-25 | 6 | -11/+12 |
* | bus/hp_dio: Replace CPU finder with required_address_space (nw) |  AJR | 2019-02-25 | 6 | -17/+14 |
* | bus/acorn: Replace CPU finder with required_address_space (nw) |  AJR | 2019-02-25 | 2 | -4/+4 |
* | bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... |  AJR | 2019-02-25 | 18 | -134/+94 |
* | bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) |  AJR | 2019-02-25 | 100 | -1135/+1145 |
* | bus/wangpc, upd7220: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-25 | 20 | -119/+119 |
* | bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-25 | 23 | -73/+73 |
* | bus/bbc/1mhzbus, bus/bbc/tube, bus/electron, tube: Eliminate address_space ar... |  AJR | 2019-02-25 | 83 | -352/+352 |
* | bus/bw2, bus/dmv, mm58167, apple3: Eliminate address_space arguments from han... |  AJR | 2019-02-24 | 16 | -64/+64 |
* | bus/compis, bus/isbx, bus/pofo, bus/ql, qimi: Eliminate address_space argumen... |  AJR | 2019-02-24 | 50 | -166/+166 |
* | srcclean (nw) |  Vas Crabb | 2019-02-24 | 4 | -8/+8 |
* | apricot: Add support for the Winchester controller |  Dirk Best | 2019-02-23 | 3 | -0/+322 |
* | apricot: Add support to install io space device maps to expansion bus |  Dirk Best | 2019-02-23 | 1 | -0/+8 |
* | new NOT WORKING machines (XaviX / eKara) (#4663) |  David Haywood | 2019-02-21 | 4 | -0/+100 |
* | mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... |  Ivan Vangelista | 2019-02-21 | 1 | -0/+9 |
* | bus/newbrain, bus/tiki100, wd2010: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 13 | -77/+77 |
* | mc6845, crtc_ega: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 15 | -53/+53 |
* | votrax: Simplify write handlers (nw) |  AJR | 2019-02-19 | 2 | -4/+4 |
* | bus/comx35, bus/vip: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 34 | -142/+141 |
* | 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 | 134 | -272/+272 |
* | volt_reg: set default m_output (nw) |  hap | 2019-02-19 | 17 | -18/+0 |
* | 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 11 | -48/+48 |
* | mos6566, mos6581, bus/plus4: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 11 | -31/+31 |
* | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 22 | -95/+95 |