| Commit message (Expand) | Author | Age | Files | Lines |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -621/+0 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -1/+1 |
* | get rid of all the x |  Dirk Best | 2015-06-23 | 1 | -1/+1 |
* | did change on Robbberts behalf (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -1/+1 |
* | (MESS) bigbord2.c: fixed probable copy / paste error (nw) |  Osso | 2014-12-12 | 1 | -1/+1 |
* | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -23/+13 |
* | z80dart: converted to use devcb2. nw. |  Fabio Priuli | 2014-04-29 | 1 | -27/+2 |
* | z80dma: converted to use devcb2. nw. |  Fabio Priuli | 2014-04-29 | 1 | -13/+8 |
* | z80ctc: converted to use devcb2. nw. |  Fabio Priuli | 2014-04-28 | 1 | -23/+11 |
* | generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... |  Ivan Vangelista | 2014-04-09 | 1 | -8/+2 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] |  Curt Coder | 2014-03-16 | 1 | -17/+1 |
* | z80dma finalized modernizing (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+2 |
* | Fixed all bitmap.palette() users to use m_palette instead (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+5 |
* | Checkpoint 2: |  Alex W. Jackson | 2014-03-15 | 1 | -1/+1 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -2/+1 |
* | Reduced tagmap lookups in bigbord2.c (nw) |  Ivan Vangelista | 2014-02-24 | 1 | -11/+19 |
* | Converted palette_t and palette_client to classes. General palette.c |  Aaron Giles | 2014-02-18 | 1 | -1/+1 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -1/+1 |
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... |  smf- | 2014-02-15 | 1 | -11/+13 |
* | added screen visarea adjustment to mc6845 config interface |  Michaël Banaan Ananas | 2014-01-04 | 1 | -0/+1 |
* | (MESS) bigbord2 : upgraded fdc to modern |  Robbbert | 2013-12-31 | 1 | -181/+89 |
* | replaced read rx callback in Z80DART (and clones) with a write handler, which... |  smf- | 2013-12-22 | 1 | -3/+5 |
* | (MESS) Added copyright info - feel free to update as needed |  Robbbert | 2013-10-16 | 1 | -0/+2 |
* | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+1 |
* | modernized generic palette initializations (nw) |  Oliver Stöneberg | 2013-07-15 | 1 | -1/+1 |
* | (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... |  Curt Coder | 2013-05-27 | 1 | -10/+21 |
* | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 1 | -1/+1 |
* | removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... |  Miodrag Milanovic | 2013-04-24 | 1 | -6/+32 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -2/+2 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -1/+1 |
* | Modernized the beep and taitosnd devices. [Andrew Gardner] |  Andrew Gardner | 2013-03-06 | 1 | -3/+3 |
* | Added a preliminary boolean flag to MC6845 interface structure: "show border ... |  Angelo Salese | 2013-01-14 | 1 | -1/+3 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -65/+65 |
* | Replaced all device_t's with actual device classes. Regression test recommend... |  Curt Coder | 2012-11-26 | 1 | -6/+6 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) |  Miodrag Milanovic | 2012-09-26 | 1 | -3/+4 |
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -7/+7 |
* | MESS fixes. |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | (MESS) p8000, p8000_16, bigbord2: fix regression in keyboard due to 'address_... |  Robbbert | 2012-09-19 | 1 | -3/+5 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -6/+6 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -7/+7 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
* | Add ambiguous execute() and memory() methods to the |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
* | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 1 | -8/+8 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+730 |