summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed few not anymore used legacy macros (nw) Miodrag Milanovic2014-04-301-5/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-5/+5
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-2/+19
* no need for these anymore (nw) Miodrag Milanovic2014-03-021-4/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+8
* Revert changes committed by accident. Couriersud2014-02-261-113/+1
* Minor cosmetic changes for netlist Couriersud2014-02-261-1/+113
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* some SCREEN_UPDATE_* cleanups (nw) Oliver Stöneberg2013-08-051-0/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-0/+2
* moved some legacy stuff from screen.h to scrlegcy.h (nw) Oliver Stöneberg2013-07-161-17/+0
* Move Atari drivers to using ioport callbacks for sound communication Aaron Giles2013-07-151-1/+2
* revert r20364: "screen: Screenless systems (like synths) tend to be latency-s... Michaël Banaan Ananas2013-02-071-1/+1
* screen: Screenless systems (like synths) tend to be latency-sensitive in thei... Olivier Galibert2013-01-201-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-28/+14
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-69/+69
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-12-291-0/+5
* clean some newly introduce macros since, calls already have full names (no wh... Miodrag Milanovic2012-09-181-2/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2
* Revert some changes committed by accident. No WN. Couriersud2012-05-261-113/+1
* Fix compile again - omitted a file, no WN Couriersud2012-05-261-1/+113
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-0/+1
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+4
* Fix specifying device-based VBLANK callbacks. Aaron Giles2012-03-081-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+4
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-0/+1
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-10/+10
* Misc regression fixes (thanks, Tafoid) Aaron Giles2012-01-151-3/+3
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-40/+41
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-31/+29
* More cleanup, and fixed bad bug from last update. Aaron Giles2012-01-131-16/+14
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-71/+65
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-23/+162
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-3/+5
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* rm unneeded check preventing it from being read during device start, fixes MT... Michaël Banaan Ananas2011-08-191-1/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-103/+74
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-3/+3
* BIG update. Aaron Giles2011-03-291-5/+5
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Fixed regression for galpanic.c and snowbros.c (no whatsnew) Miodrag Milanovic2011-02-251-0/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-0/+21