| Commit message (Expand) | Author | Age | Files | Lines |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -482/+0 |
* | pv1000: use standard 3-bit bgr palette |  Dirk Best | 2015-07-29 | 1 | -10/+1 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -1/+1 |
* | Updated license info on Wilberts request (nw) |  Miodrag Milanovic | 2015-05-08 | 1 | -1/+1 |
* | Added owners and licenses for those who can be tracked (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 |
* | 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 | -6/+6 |
* | (MESS) another round of cartslot updates. this commit, among the |  Fabio Priuli | 2014-09-26 | 1 | -48/+38 |
* | removed not needed parameter from stream_alloc (nw) |  Miodrag Milanovic | 2014-04-30 | 1 | -1/+1 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | Removed palette_device parameter from gfx draw methods. All draw methods now ... |  Alex W. Jackson | 2014-03-19 | 1 | -2/+2 |
* | Checkpoint 2: |  Alex W. Jackson | 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/+1 |
* | Moved optional_device<screen_device> m_screen and optional_device<palette_dev... |  Miodrag Milanovic | 2014-03-05 | 1 | -1/+5 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -7/+9 |
* | removed space before m_gfxdecode in main trunk(nw) |  Miodrag Milanovic | 2014-02-26 | 1 | -2/+2 |
* | moved optional_device<gfxdecode_device> to specific drivers state classes (nw) |  Miodrag Milanovic | 2014-02-17 | 1 | -1/+3 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -4/+4 |
* | Moved drawgfx functions to gfx_element (nw) |  Miodrag Milanovic | 2014-02-13 | 1 | -2/+2 |
* | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+0 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -11/+11 |
* | (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... |  Fabio Priuli | 2013-06-08 | 1 | -1/+1 |
* | (MESS) pv1000.c: modernized the sound device and added save state support. [F... |  Fabio Priuli | 2013-05-28 | 1 | -72/+107 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
* | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -2/+3 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -16/+16 |
* | Cleaned up palette init |  Angelo Salese | 2012-12-24 | 1 | -8/+4 |
* | Hooked up border color |  Angelo Salese | 2012-12-24 | 1 | -1/+5 |
* | (for whatever reason irq frequency didn't matched the notes, everything works... |  Angelo Salese | 2012-12-24 | 1 | -3/+8 |
* | Fixed Space Panic and Excite Mahjong inputs, -2 left ... |  Angelo Salese | 2012-12-24 | 1 | -16/+14 |
* | PV-1000: Fixed Dig Dug gfxs |  Angelo Salese | 2012-12-24 | 1 | -5/+10 |
* | modernization or timer callbacks part 3 - final (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -11/+11 |
* | 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 | -5/+5 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -22/+20 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -2/+2 |
* | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 1 | -1/+1 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -14/+0 |
* | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -2/+56 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+411 |