| Commit message (Expand) | Author | Age | Files | Lines |
| * | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -2318/+0 |
| * | Added seconds() and attoseconds() to attotime and prefixed members with |  couriersud | 2015-08-15 | 1 | -1/+1 |
| * | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -1/+1 |
| * | updating remaining for RB (nw) |  Miodrag Milanovic | 2015-05-21 | 1 | -1/+1 |
| * | Add licenses (nw) |  arbee | 2015-05-09 | 1 | -6/+0 |
| * | Updated licenses on Ryan Holtz request (nw) |  Miodrag Milanovic | 2015-05-09 | 1 | -2/+2 |
| * | Start adding owners to files in MESS and updated license for PeT (nw) |  Miodrag Milanovic | 2015-05-08 | 1 | -1/+1 |
| * | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0161 |  Miodrag Milanovic | 2015-04-29 | 1 | -2/+2 |
| * | cleanup in mess section (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -2/+2 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
| * | (MESS) gba: Hblank IRQs do happen on all scanlines, just DMAs don't. [R. Belm... |  arbee | 2015-03-26 | 1 | -5/+5 |
| * | (MESS) gba: vblank at line 160, don't do HIRQ or HDMA during Vblank. This fi... |  arbee | 2015-03-25 | 1 | -58/+38 |
| * | Touching all the candy again: [Alex Jackson] |  Alex W. Jackson | 2014-11-17 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -1/+1 |
| * | (MESS) gameboy, gbcolor: added a configuration setting |  Fabio Priuli | 2014-10-05 | 1 | -9/+20 |
| * | (MESS) consolidation + cleanup, part1. nw. |  Fabio Priuli | 2014-09-28 | 1 | -26/+40 |
| * | (MESS) analogous multisession fix to other systems suffering for the |  Fabio Priuli | 2014-09-23 | 1 | -0/+3 |
| * | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -8/+8 |
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -0/+1 |
| * | Moved rest of console slot devices to bus folder (nw) |  Miodrag Milanovic | 2014-03-10 | 1 | -1/+1 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -3/+4 |
| * | MESS part of ATTR_PRINTF review (nw) |  Oliver Stöneberg | 2014-02-25 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -6/+6 |
| * | (MESS) gba.c: gaining back some performance. nw. |  Fabio Priuli | 2013-06-02 | 1 | -4/+6 |
| * | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -1/+1 |
| * | (MESS) gba: made save states more robust. [Fabio Priuli] |  Fabio Priuli | 2013-05-25 | 1 | -0/+87 |
| * | (MESS) gba: modernized the video (i.e. moved variables inside the state class... |  Fabio Priuli | 2013-05-25 | 1 | -2/+1 |
| * | (MESS) gba: updated the driver to use slot devices for carts and removed |  Fabio Priuli | 2013-05-25 | 1 | -985/+52 |
| * | (MESS) gameboy: modernized sound emulation and added save state [Fabio Priuli] |  Fabio Priuli | 2013-05-18 | 1 | -51/+51 |
| * | Went through Nintendo drivers and like for the nes earlier, made using the de... |  Scott Stone | 2013-04-25 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -3/+3 |
| * | (MESS) gba.c: Another small tagmap cleanup (nw) |  Wilbert Pol | 2013-02-08 | 1 | -1/+1 |
| * | (MESS) gba.c: switched ioport tagmap lookup to member variable. (nw) |  Wilbert Pol | 2013-02-08 | 1 | -1/+1 |
| * | (MESS) gba.c: Minor cleanups (nw) |  Wilbert Pol | 2013-02-08 | 1 | -42/+41 |
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -2/+2 |
| * | machine_notify_delegate modernization (nw) |  Miodrag Milanovic | 2013-02-04 | 1 | -14/+12 |
| * | gba: remove unnecessary casting (nw) |  R. Belmont | 2013-01-27 | 1 | -2/+2 |
| * | [GBA] Cleaned up tag usage outside of the startup path. [MooglyGuy] |  Ryan Holtz | 2013-01-27 | 1 | -179/+140 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -7/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -62/+62 |
| * | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -106/+101 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -12/+12 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -3/+3 |
| * | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -51/+51 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -2/+2 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -4/+4 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -75/+70 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -3/+3 |