| Commit message (Expand) | Author | Age | Files | Lines |
| * | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -1/+1 |
| * | GPL - > LGPL for Kale (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -1/+1 |
| * | part of license work for Kale, mostly those that needs to be GPL (nw) |  Miodrag Milanovic | 2015-05-12 | 1 | -1/+1 |
| * | Start adding owners to files in MESS and updated license for PeT (nw) |  Miodrag Milanovic | 2015-05-08 | 1 | -1/+1 |
| * | 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 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -2/+2 |
| * | (MESS) vboy uses no bankswitch, so we can gain back most |  Fabio Priuli | 2014-10-04 | 1 | -2/+16 |
| * | (MESS) converted scv and vboy to use slot devices for |  Fabio Priuli | 2014-09-30 | 1 | -163/+71 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -1/+1 |
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -0/+2 |
| * | Moved optional_device<screen_device> m_screen and optional_device<palette_dev... |  Miodrag Milanovic | 2014-03-05 | 1 | -1/+3 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -16/+17 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -4/+4 |
| * | Copyright update. Please let me know if there's a blank and you would like to... |  Angelo Salese | 2013-10-15 | 1 | -0/+2 |
| * | (MESS) vboy : added fullpath support for small homebrews (nw) |  Robbbert | 2013-10-07 | 1 | -10/+17 |
| * | (MESS) vboy.c: improved loading from fullpath for non-2MB carts. [Fabio Priuli] |  Fabio Priuli | 2013-10-07 | 1 | -1/+17 |
| * | Went through Nintendo drivers and like for the nes earlier, made using the de... |  Scott Stone | 2013-04-25 | 1 | -2/+2 |
| * | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -9/+8 |
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -2/+2 |
| * | ficed several occurances of uninitialized memory (nw) |  Oliver Stöneberg | 2013-03-09 | 1 | -0/+1 |
| * | Fixed Virtual Boy regression with Red Alarm & Space Invaders |  Angelo Salese | 2013-02-13 | 1 | -4/+4 |
| * | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -9/+8 |
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -2/+3 |
| * | machine_notify_delegate modernization (nw) |  Miodrag Milanovic | 2013-02-04 | 1 | -7/+6 |
| * | vboy: create flipped copies of tiles when data is written in order to simplif... |  David Haywood | 2013-01-19 | 1 | -88/+71 |
| * | optimize simple draw cases with some early bail outs - mariocla intro (nw) |  David Haywood | 2013-01-19 | 1 | -6/+14 |
| * | cleanup (nw) |  David Haywood | 2013-01-19 | 1 | -5/+0 |
| * | vboy - optimize a bit, eg bound high ingame (nw) |  David Haywood | 2013-01-19 | 1 | -53/+65 |
| * | also bounds check most of the array accesses in vboy, rules out memory corrup... |  David Haywood | 2013-01-19 | 1 | -134/+139 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -5/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -182/+182 |
| * | Simplified IRQ routine on PC Engine CD |  Angelo Salese | 2013-01-03 | 1 | -1/+1 |
| * | (MESS) vboy.c: simplified SRAM handling with softlists. no whatsnew. |  Fabio Priuli | 2012-09-28 | 1 | -37/+4 |
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -17/+17 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
| * | changed most of screen.machine() to machine() (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -3/+3 |
| * | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -13/+13 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -24/+24 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -5/+3 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -4/+2 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -47/+44 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -5/+5 |
| * | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
| * | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
| * | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 1 | -2/+2 |
| * | Some NVRAM hooks |  Angelo Salese | 2012-08-24 | 1 | -5/+1 |
| * | Hooked up NVRAM loading/saving |  Angelo Salese | 2012-08-24 | 1 | -6/+119 |
| * | (MESS) Virtual Boy: correct timer handling, gives proper sound/music. [R. Bel... |  R. Belmont | 2012-08-24 | 1 | -36/+71 |