| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -278/+0 |
* | We cannot relicense files for which we have not yet received responses (nw) |  balr0g | 2015-05-28 | 1 | -1/+1 |
* | Sync other dirs with main driver license for MAME (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
* | Added dummy license headers for MAME part (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -1/+2 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -5/+2 |
* | neogeo: use real palette_device (nw) |  Alex W. Jackson | 2014-05-28 | 1 | -115/+37 |
* | xexex.c: small cleanup to audiocpu banking; start removal of KONAMI_ROM_DEINT... |  Alex W. Jackson | 2014-05-28 | 1 | -0/+46 |
* | short whatsnew: fixed some gfx bugs in midas.c "livequiz" |  David Haywood | 2014-05-15 | 1 | -621/+33 |
* | add note |  Michaƫl Banaan Ananas | 2014-03-14 | 1 | -3/+2 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -1/+1 |
* | Fixed MT04726 |  Alex W. Jackson | 2014-01-20 | 1 | -2/+2 |
* | Unchanged crap code of two years ago is still crap code (nw) |  Olivier Galibert | 2013-11-25 | 1 | -8/+9 |
* | resurrect some old MVS multi-slot code |  David Haywood | 2013-11-25 | 1 | -9/+8 |
* | NeoGeo improvements: [Alex Jackson] |  Alex W. Jackson | 2013-11-05 | 1 | -30/+21 |
* | neogeo.c: fix memory leak, clean up inputs a bit [Alex Jackson] |  Alex W. Jackson | 2013-08-07 | 1 | -15/+19 |
* | Bulk removal of machine().primary_screen references from MAME drivers, in |  Aaron Giles | 2013-08-05 | 1 | -6/+6 |
* | Modernization of drivers part 13 (no whatsnew) |  Miodrag Milanovic | 2013-02-12 | 1 | -108/+89 |
* | neogeo.c: removed some more tagmap lookups. (nw) |  Wilbert Pol | 2013-02-10 | 1 | -24/+21 |
* | neogeo.c/ng_aes.c: Reduce tagmap lookups (nw) |  Wilbert Pol | 2013-02-10 | 1 | -9/+9 |
* | modernized some pre/postload calls (no whatsnew) |  Miodrag Milanovic | 2013-01-31 | 1 | -6/+5 |
* | 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 | -58/+58 |
* | Also reset the YM2610 when resetting the Z80, seems to avoid some lost sounds... |  David Haywood | 2012-12-07 | 1 | -2/+2 |
* | Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -14/+12 |
* | changed most of screen.machine() to machine() (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -2/+2 |
* | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -3/+2 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -40/+39 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -1/+1 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -5/+5 |
* | MAME going modern part 7 (no whatsnew) |  Miodrag Milanovic | 2012-04-06 | 1 | -21/+18 |
* | MAME going modern part 6 (no whatsnew) |  Miodrag Milanovic | 2012-04-05 | 1 | -1/+2 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -3/+3 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -6/+6 |
* | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 1 | -3/+3 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -4/+4 |
* | Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a |  Aaron Giles | 2011-12-29 | 1 | -3/+3 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -4/+4 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
* | Final bulk rename for 0.142: ensure that all members of |  Aaron Giles | 2011-04-01 | 1 | -99/+99 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -78/+78 |
* | Modified video update system. [Miodrag Milanovic] |  Miodrag Milanovic | 2011-02-24 | 1 | -1/+1 |
* | Take advantage of the driver_device to clean up state saving for |  Aaron Giles | 2011-02-08 | 1 | -13/+13 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -6/+6 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -5/+5 |
* | video/neogeo.c: Call optimize_sprite_data() at VIDEO_RESET (for the convenien... |  Phil Bennett | 2010-10-12 | 1 | -0/+1 |
* | (Wow, I had no idea quite so many drivers were using driver_data!) |  Aaron Giles | 2010-08-04 | 1 | -28/+28 |