summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixup, improve validation (nw) Vas Crabb2018-06-011-8/+7
* svis_snd cleanups, nw mooglyguy2018-06-011-26/+7
* Address performance concerns with previous change to screen.h/.cpp, nw mooglyguy2018-03-111-2/+4
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-153/+0
* binding reference to nullptr is bad, mkay? (nw) Vas Crabb2018-01-061-8/+9
* Various palette and screen improvements (nw) AJR2017-11-131-28/+33
* png: make it not leak memory by default, and look a but more like C++ Vas Crabb2017-08-131-7/+3
* general cleanup: Vas Crabb2017-05-231-20/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+3
* New device interface for palettes AJR2017-04-061-6/+43
* isa8_device: Provide proper unitmask for address spaces of any data width (nw) AJR2017-03-301-3/+6
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-16/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-59/+59
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-59/+59
* use std algo instead of manual setting (nw) Miodrag Milanovic2016-10-211-3/+1
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* simple_list to vector in screen (nw) Miodrag Milanovic2016-06-191-10/+10
* ... and analog noise being generated like ass (nw) Angelo Salese2016-06-171-0/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-12/+12
* hh*: reduce svg screen size from 4K to 1080p, this gets rid of framerate hicc... hap2016-05-021-2/+2
* screen.cpp: only log at start the message about deprecated vblank etabeta782016-05-011-3/+2
* hh_hmcs40/ucom4: increased screensize hap2016-04-271-1/+1
* svg artwork: now that caching is done, we can increase screensize without wor... hap2016-04-271-0/+17
* screen: Add svg shapes pre-computation [O. Galibert] Olivier Galibert2016-04-271-37/+417
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* screen: Fix alpha handling, cdkong looks good now [O. Galibert] Olivier Galibert2016-04-141-0/+9
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-8/+141
* Iterate over core classes C++11 style AJR2016-03-311-13/+11
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Add support to adjust the screen color Dirk Best2016-03-121-0/+13
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-1/+1
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-22/+22
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1184