| Commit message (Expand) | Author | Age | Files | Lines |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -670/+0 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -2/+2 |
* | Updated MESS info for licenses (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
* | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | bw12.c: fixed bw14 RAM error save state regression. The mc6845 bitmap registe... |  Ivan Vangelista | 2015-01-27 | 1 | -0/+4 |
* | Use the same list of centronics devices everywhere (except the Amstrad CPC), ... |  smf- | 2014-10-28 | 1 | -1/+1 |
* | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -21/+8 |
* | z80dart: converted to use devcb2. nw. |  Fabio Priuli | 2014-04-29 | 1 | -26/+8 |
* | Added serial printer, renamed centronics printer to match. Standardised the c... |  smf- | 2014-04-16 | 1 | -1/+1 |
* | mc6845: Added display enable and horizontal/vertical back porch widths to the... |  Curt Coder | 2014-03-27 | 1 | -3/+3 |
* | Checkpoint 2: |  Alex W. Jackson | 2014-03-15 | 1 | -1/+1 |
* | Removed pseudo-palettes from video/generic.c. All drivers that were using the... |  Alex W. Jackson | 2014-03-13 | 1 | -2/+3 |
* | Converted PIT8253 to DEVCB2 [smf] |  smf- | 2014-02-23 | 1 | -22/+9 |
* | 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 | -12/+13 |
* | kb3600: converted to devcb2 (nw) |  R. Belmont | 2014-02-13 | 1 | -18/+13 |
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -16/+27 |
* | remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) |  smf- | 2014-01-07 | 1 | -7/+7 |
* | Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... |  smf- | 2014-01-06 | 1 | -6/+0 |
* | fixed swapped cb1 & ca2 read callbacks during conversion (nw) |  smf- | 2014-01-06 | 1 | -1/+1 |
* | Converted PIA6821 to DEVCB2 [smf] |  smf- | 2014-01-06 | 1 | -17/+11 |
* | added screen visarea adjustment to mc6845 config interface |  Michaƫl Banaan Ananas | 2014-01-04 | 1 | -0/+1 |
* | replaced read rx callback in Z80DART (and clones) with a write handler, which... |  smf- | 2013-12-22 | 1 | -3/+7 |
* | converted serial & rs232 devices to devcb2 [smf] |  smf- | 2013-12-20 | 1 | -29/+8 |
* | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+1 |
* | Modernized the PIT8253 device. [Fabio Priuli] |  Fabio Priuli | 2013-06-03 | 1 | -2/+2 |
* | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -6/+6 |
* | (MESS) Cleanup. (nw) |  Curt Coder | 2013-05-28 | 1 | -1/+1 |
* | z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] |  Curt Coder | 2013-05-27 | 1 | -8/+5 |
* | (MESS) Added RS-232 ports to several drivers. [Curt Coder] |  Curt Coder | 2013-05-21 | 1 | -8/+38 |
* | (MESS) Tagmap lookup cleanup. (nw) |  Curt Coder | 2013-01-28 | 1 | -8/+2 |
* | (MESS) Reduced tagmap abuse. (nw) |  Curt Coder | 2013-01-24 | 1 | -2/+2 |
* | Added a preliminary boolean flag to MC6845 interface structure: "show border ... |  Angelo Salese | 2013-01-14 | 1 | -1/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -65/+65 |
* | (MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder] |  Curt Coder | 2013-01-09 | 1 | -20/+10 |
* | Added FM encoding support to upd765_dsk. [Curt Coder] |  Curt Coder | 2013-01-08 | 1 | -13/+6 |
* | sed1310: Cleanup. (nw) |  Curt Coder | 2012-11-22 | 1 | -18/+10 |
* | (MESS) bw12: Removed palette and fixed floppy regression. (nw) |  Curt Coder | 2012-11-16 | 1 | -33/+20 |
* | (MESS) Fixed bw12, tandy2k, nanos, specpls3 and sf7000 regressions. (nw) |  Sandro Ronco | 2012-10-28 | 1 | -6/+2 |
* | (mess) upd765: Modernize [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -113/+23 |
* | (MESS) Cleanup. (nw) |  Curt Coder | 2012-10-04 | 1 | -3/+2 |
* | Fix for regressions (no whatsnew) |  Miodrag Milanovic | 2012-10-04 | 1 | -1/+1 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -2/+3 |
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -5/+3 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -6/+6 |
* | Add ambiguous execute() and memory() methods to the |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+840 |