| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert some changes committed by accident. No WN. |  Couriersud | 2012-05-26 | 1 | -113/+1 |
* | Fix compile again - omitted a file, no WN |  Couriersud | 2012-05-26 | 1 | -1/+113 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -0/+1 |
* | Move driver list/enumerator to new file drivenum.c/.h. |  Aaron Giles | 2012-04-06 | 1 | -0/+4 |
* | Fix specifying device-based VBLANK callbacks. |  Aaron Giles | 2012-03-08 | 1 | -2/+2 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -2/+4 |
* | Fix several rendering issues with artwork, introduced in the |  Aaron Giles | 2012-01-16 | 1 | -0/+1 |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 1 | -10/+10 |
* | Misc regression fixes (thanks, Tafoid) |  Aaron Giles | 2012-01-15 | 1 | -3/+3 |
* | Added new method screen_device::register_screen_bitmap which |  Aaron Giles | 2012-01-15 | 1 | -40/+41 |
* | Death to SCREEN_EOF, which was ambiguously called either |  Aaron Giles | 2012-01-14 | 1 | -31/+29 |
* | More cleanup, and fixed bad bug from last update. |  Aaron Giles | 2012-01-13 | 1 | -16/+14 |
* | Some cleanup of the previous change. Added new template |  Aaron Giles | 2012-01-13 | 1 | -71/+65 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -23/+162 |
* | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 1 | -3/+5 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -2/+2 |
* | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 1 | -2/+2 |
* | Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a |  Aaron Giles | 2011-12-29 | 1 | -5/+5 |
* | rm unneeded check preventing it from being read during device start, fixes MT... |  Michaƫl Banaan Ananas | 2011-08-19 | 1 | -1/+1 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -2/+2 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -6/+12 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -103/+74 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -3/+3 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -5/+5 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -1/+1 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -1/+1 |
* | Cleanups and version bump.mame0141u3 |  Aaron Giles | 2011-02-28 | 1 | -2/+2 |
* | Fixed regression for galpanic.c and snowbros.c (no whatsnew) |  Miodrag Milanovic | 2011-02-25 | 1 | -0/+2 |
* | Modified video update system. [Miodrag Milanovic] |  Miodrag Milanovic | 2011-02-24 | 1 | -0/+21 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -1/+1 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -3/+3 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -14/+14 |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -0/+305 |