| Commit message (Expand) | Author | Age | Files | Lines |
| * | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -558/+0 |
| * | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -2/+2 |
| * | rest for Juergen (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -5/+2 |
| * | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | vtech1: Add software list for some tapes |  Dirk Best | 2014-12-13 | 1 | -0/+3 |
| * | (MESS) vtech1: fixed cassette recording (thanks to ubee for reporting the pro... |  Robert | 2014-11-12 | 1 | -2/+2 |
| * | (MESS) vz200de marked as not working, no roms dumped. Fixes MT05738. |  Robbbert | 2014-10-17 | 1 | -1/+1 |
| * | static_config removed from speaker (nw) |  Miodrag Milanovic | 2014-09-13 | 1 | -7/+1 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -2/+2 |
| * | vtech1: Add "VZ-200 Enhanced BASIC V1.01" [Chicken Man] |  Dirk Best | 2014-06-11 | 1 | -3/+9 |
| * | vtech1: Use the slot system for I/O and Memory expansion slots. Emulate |  Dirk Best | 2014-06-07 | 1 | -626/+128 |
| * | mc6847: converted to use devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-13 | 1 | -56/+20 |
| * | cassette config moved inline (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -9/+3 |
| * | Cleanup of image device interfaces (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -7/+0 |
| * | Added serial printer, renamed centronics printer to match. Standardised the c... |  smf- | 2014-04-16 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -4/+4 |
| * | modernized access for legacy floppy, quite straight forward thing (nw) |  Miodrag Milanovic | 2014-04-02 | 1 | -1/+1 |
| * | hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... |  Miodrag Milanovic | 2014-03-28 | 1 | -7/+4 |
| * | second round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -0/+2 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -16/+16 |
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -12/+24 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -2/+2 |
| * | moved centronics into emu/bus (nw) |  Miodrag Milanovic | 2013-10-23 | 1 | -1/+1 |
| * | add license info for some things i worked on, some small cleanups |  Dirk Best | 2013-10-17 | 1 | -19/+4 |
| * | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -1/+1 |
| * | (MESS) vtech1: fixed i/o ports for vz300, laser310 allowing disk to work. [Ro... |  Robbbert | 2013-07-11 | 1 | -0/+1 |
| * | (MESS) Vtech1 : fixed i/o error when reading disks. [Robbbert] |  Robbbert | 2013-07-11 | 1 | -2/+3 |
| * | modernized speaker device. [Fabio Priuli] |  Fabio Priuli | 2013-06-04 | 1 | -1/+1 |
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -9/+11 |
| * | cleanup (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -5/+4 |
| * | SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -2/+3 |
| * | (MESS) cassette cleanup (nw) |  Miodrag Milanovic | 2013-04-17 | 1 | -3/+3 |
| * | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -1/+1 |
| * | speaker tag lookup removal, also no need to use universal tag, since easier n... |  Miodrag Milanovic | 2013-04-12 | 1 | -2/+2 |
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -3/+5 |
| * | run latest srcclean on rest of files (nw) |  Miodrag Milanovic | 2013-03-19 | 1 | -2/+0 |
| * | Some mess modernization (nw) |  Miodrag Milanovic | 2013-02-18 | 1 | -20/+20 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+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 | -5/+2 |
| * | vtech1: fixed shrg (no whatsnew) |  Miodrag Milanovic | 2012-10-15 | 1 | -2/+1 |
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) |  Miodrag Milanovic | 2012-09-26 | 1 | -14/+16 |
| * | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -3/+3 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -7/+7 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -11/+11 |
| * | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
| * | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+1107 |