summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1184/+0
* scanline partial updates checkpoint (nw) arbee2015-10-241-12/+114
* Revert "Make screen rotation to be per-screen attribute (nw)" Miodrag Milanovic2015-10-121-15/+0
* Revert "fixed commented validation to show all cases (nw)" Miodrag Milanovic2015-10-121-1/+1
* fixed commented validation to show all cases (nw) Miodrag Milanovic2015-10-091-1/+1
* Make screen rotation to be per-screen attribute (nw) Miodrag Milanovic2015-10-091-0/+15
* screen: add an adjustable global brightness Dirk Best2015-08-051-1/+18
* Fix compile angelosa2015-07-071-1/+1
* I'm sick of seeing MCFG_SCREEN_VBLANK_TIME ... angelosa2015-07-071-0/+3
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-4/+4
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* Partially revert r30524 screen.c changes; bring back the separate timer for r... Alex W. Jackson2014-05-251-7/+32
* screen.c: remove redundant checks from update_partial() (nw) Alex W. Jackson2014-05-201-36/+23
* Call reset_partial_updates() at the end of vblank instead of at the end Dirk Best2014-05-191-5/+21
* Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus Dirk Best2014-05-181-21/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-7/+7
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-24/+8
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-6/+17
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+45
* Revert changes committed by accident. Couriersud2014-02-261-983/+2
* Don't allocate gigs in -listxml please (nw) Olivier Galibert2014-02-261-1/+1
* Minor cosmetic changes for netlist Couriersud2014-02-261-2/+983
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-0/+1
* moved some legacy stuff from screen.h to scrlegcy.h (nw) Oliver Stöneberg2013-07-161-1/+1
* Move Atari drivers to using ioport callbacks for sound communication Aaron Giles2013-07-151-11/+0
* removed unnecessary (and bogus) setting of a variable in screen_device::updat... Oliver Stöneberg2013-06-261-1/+0
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* attempt to fix burnin (MT #05173). nw. Fabio Priuli2013-03-231-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-12-291-1/+5
* Revert some changes committed by accident. No WN. Couriersud2012-05-261-976/+2
* Fix compile again - omitted a file, no WN Couriersud2012-05-261-2/+976
* Fix for PORT_VBLANK multi bit (no whatsnew) Miodrag Milanovic2012-05-161-1/+1
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-0/+11
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-3/+3
* MT04633 - permit visarea to exceed width/height, and allocate Aaron Giles2012-01-251-1/+8
* Move screen update to happen prior to calling the vblank callbacks. Aaron Giles2012-01-251-4/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-21/+5
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-10/+4
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-10/+10
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-45/+32