| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0163 |  Miodrag Milanovic | 2015-06-24 | 1 | -1/+1 |
| * | get rid of all the x |  Dirk Best | 2015-06-23 | 1 | -5/+5 |
| * | resolved some more (nw) |  Miodrag Milanovic | 2015-06-02 | 1 | -1/+1 |
| * | restore my bbc changes (wtf did happen to them?) |  Dirk Best | 2015-05-29 | 1 | -19/+43 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Cowering | 2015-05-28 | 1 | -1/+1 |
| |\ |
|
| | * | We cannot relicense files for which we have not yet received responses (nw) |  balr0g | 2015-05-28 | 1 | -1/+1 |
| | * | bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is |  Dirk Best | 2015-05-27 | 1 | -19/+43 |
| |/ |
|
| * | update for Gordon Jefferyes (nw) |  Miodrag Milanovic | 2015-05-21 | 1 | -1/+1 |
| * | Updated MESS info for licenses (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -1/+1 |
| * | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | Use the same list of centronics devices everywhere (except the Amstrad CPC), ... |  smf- | 2014-10-28 | 1 | -3/+3 |
| * | so long, cartslot.c... you made a really great job, when we |  Fabio Priuli | 2014-10-11 | 1 | -1/+0 |
| * | (MESS) bbc: converted to use generic cart slots and clarified |  Fabio Priuli | 2014-10-10 | 1 | -102/+125 |
| * | converted micropolis and wd17xx to use inline configs. nw. |  Fabio Priuli | 2014-05-16 | 1 | -5/+15 |
| * | wd17xx: Cleanup. (nw) |  Curt Coder | 2014-05-12 | 1 | -4/+4 |
| * | wd17xx: devcb2. (nw) |  Curt Coder | 2014-05-12 | 1 | -0/+8 |
| * | cassette config moved inline (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -10/+8 |
| * | Cleanup of image device interfaces (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -9/+2 |
| * | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -2/+12 |
| * | mc6854_device: converted to devcb2 and delegates (nw) |  Ivan Vangelista | 2014-04-30 | 1 | -10/+2 |
| * | converted i8271 to use inline configs and reduced tagmap lookups |  Fabio Priuli | 2014-04-17 | 1 | -2/+4 |
| * | Added serial printer, renamed centronics printer to match. Standardised the c... |  smf- | 2014-04-16 | 1 | -3/+3 |
| * | updated upd7002 to use delegates. nw. |  Fabio Priuli | 2014-04-13 | 1 | -3/+9 |
| * | (MESS) bbc.c: fixed external cart slot -cart1 for the BBC Master (demo cart |  Fabio Priuli | 2014-04-04 | 1 | -9/+18 |
| * | saa5050: devcb2. (nw) |  Curt Coder | 2014-04-01 | 1 | -9/+5 |
| * | i8271: devcb2. (nw) |  Curt Coder | 2014-03-25 | 1 | -0/+2 |
| * | (MESS) econet: devcb2. (nw) |  Curt Coder | 2014-03-15 | 1 | -7/+3 |
| * | fix for non-palette related bug (nw) |  Miodrag Milanovic | 2014-02-28 | 1 | -1/+1 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -6/+6 |
| * | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... |  smf- | 2014-02-21 | 1 | -19/+23 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -8/+8 |
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... |  smf- | 2014-02-15 | 1 | -6/+7 |
| * | Converted SN76496 ready to DEVCB2 [smf] |  smf- | 2014-02-11 | 1 | -11/+0 |
| * | fix crash on startup (nw) |  smf- | 2014-02-10 | 1 | -0/+4 |
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -22/+14 |
| * | (MESS) BBC Micro keyboard LED's: [Nigel Barnes] |  Fabio Priuli | 2014-01-06 | 1 | -6/+23 |
| * | BBC Micro keyboard updates/fixes: [Nigel Barnes] |  Fabio Priuli | 2014-01-05 | 1 | -38/+94 |
| * | Modernized upd7002 device. (nw) |  Ivan Vangelista | 2014-01-04 | 1 | -6/+5 |
| * | removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... |  smf- | 2014-01-01 | 1 | -8/+0 |
| * | Convert VIA6522 to use DEVCB2 [smf] |  smf- | 2013-12-31 | 1 | -5/+41 |
| * | removed removed unused rxd callback from MC6854 (this also appears to be most... |  smf- | 2013-12-23 | 1 | -2/+1 |
| * | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... |  smf- | 2013-12-22 | 1 | -3/+6 |
| * | converted serial & rs232 devices to devcb2 [smf] |  smf- | 2013-12-20 | 1 | -11/+2 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -73/+73 |
| * | Modernized mc6854 device.(nw) |  Ivan Vangelista | 2013-11-04 | 1 | -5/+2 |
| * | Fixed the MC146818 modernisation so that local/utc & whether a century is sto... |  smf- | 2013-11-01 | 1 | -1/+1 |
| * | (MESS) BBC Micro updates / fixes: [Nigel Barnes] |  Fabio Priuli | 2013-10-28 | 1 | -367/+886 |
| * | moved centronics into emu/bus (nw) |  Miodrag Milanovic | 2013-10-23 | 1 | -1/+1 |
| * | (MESS) Moved a bunch of buses under emu/bus. (nw) |  Curt Coder | 2013-10-22 | 1 | -7/+1 |
| * | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+2 |