summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Making video_manager::effective_frameskip() public and exposing via LUA npwoods2019-07-181-1/+1
* luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() feos2019-07-121-0/+2
* video.h: get rid of LCD_FRAMES_PER_SECOND (nw) hap2018-10-101-3/+0
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-2/+2
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-11/+39
* general cleanup: Vas Crabb2017-05-231-9/+2
* Fix debug build by removing vestiges of -dummywrite (nw) AJR2017-03-021-3/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-20/+20
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* Fix -nodebug crash (nw) therealmogminer@gmail.com2016-06-081-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-7/+9
* Cleanups and version bump Miodrag Milanovic2016-02-241-9/+9
* Extend mame LUA api (nw) Jeffrey Clark2016-02-141-1/+1
* Added new options: Michele Fochi2016-02-081-0/+1
* VideoSnaps patch Michele Fochi aka motoschifo2016-02-071-0/+18
* Small code cleanup: dankan18902016-01-291-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-2/+2
* added command-line option -[no]dummywrite to create snaphots of each frame wi... Oliver Stöneberg2015-03-171-0/+3
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* and a final batch of passing attotime as const reference (nw) Oliver Stöneberg2014-07-041-1/+1
* MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ... Oliver Stöneberg2014-04-071-9/+14
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+0
* Magic numbers, just say no (nw) Alex W. Jackson2014-02-031-2/+4
* Introduced a toggle_record_movie() method Nathan Woods2014-02-021-0/+1
* Adding support for variable throttle Nathan Woods2014-02-021-4/+4
* More unglamorous cleanups Nathan Woods2014-01-191-0/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+38
* Mark the display for screenless systems as changed whenever an output has cha... Wilbert Pol2012-11-221-0/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* Fixed disk loading so that it handles full region tags. Fixes laserdisc Aaron Giles2012-01-271-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-1/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... Michaël Banaan Ananas2011-08-201-1/+1
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-3/+2
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1