| Commit message (Expand) | Author | Age | Files | Lines |
* | Partially revert r30524 screen.c changes; bring back the separate timer for r... |  Alex W. Jackson | 2014-05-25 | 1 | -0/+2 |
* | Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus |  Dirk Best | 2014-05-18 | 1 | -2/+0 |
* | removed few not anymore used legacy macros (nw) |  Miodrag Milanovic | 2014-04-30 | 1 | -5/+0 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -5/+5 |
* | Video attributes are now per screen (nw) |  Miodrag Milanovic | 2014-03-06 | 1 | -2/+19 |
* | no need for these anymore (nw) |  Miodrag Milanovic | 2014-03-02 | 1 | -4/+0 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -1/+8 |
* | Revert changes committed by accident. |  Couriersud | 2014-02-26 | 1 | -113/+1 |
* | Minor cosmetic changes for netlist |  Couriersud | 2014-02-26 | 1 | -1/+113 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -2/+2 |
* | some SCREEN_UPDATE_* cleanups (nw) |  Oliver Stöneberg | 2013-08-05 | 1 | -0/+2 |
* | Fix long-standing architectural wart: the priority bitmap is no longer owned |  Aaron Giles | 2013-07-26 | 1 | -0/+2 |
* | moved some legacy stuff from screen.h to scrlegcy.h (nw) |  Oliver Stöneberg | 2013-07-16 | 1 | -17/+0 |
* | Move Atari drivers to using ioport callbacks for sound communication |  Aaron Giles | 2013-07-15 | 1 | -1/+2 |
* | revert r20364: "screen: Screenless systems (like synths) tend to be latency-s... |  Michaël Banaan Ananas | 2013-02-07 | 1 | -1/+1 |
* | screen: Screenless systems (like synths) tend to be latency-sensitive in thei... |  Olivier Galibert | 2013-01-20 | 1 | -1/+1 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -28/+14 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -69/+69 |
* | 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |  Ryan Holtz | 2012-12-29 | 1 | -0/+5 |
* | clean some newly introduce macros since, calls already have full names (no wh... |  Miodrag Milanovic | 2012-09-18 | 1 | -2/+0 |
* | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -0/+2 |
* | 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 |