summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-4/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-6/+6
* MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ... Oliver Stöneberg2014-04-071-61/+98
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Fix MNG recording (nw) Miodrag Milanovic2014-04-051-2/+3
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-191-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-10/+10
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-6/+3
* fixed taking screen shot (nw) Miodrag Milanovic2014-02-271-2/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-31/+4
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-3/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-4/+0
* Magic numbers, just say no (nw) Alex W. Jackson2014-02-031-2/+3
* Introduced a toggle_record_movie() method Nathan Woods2014-02-021-0/+19
* Adding support for variable throttle Nathan Woods2014-02-021-5/+8
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-3/+3
* More unglamorous cleanups Nathan Woods2014-01-191-8/+16
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* video.c : recompute_speed even if we skip frame, makes wav's output same for ... Miodrag Milanovic2013-07-011-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+57
* Mark the display for screenless systems as changed whenever an output has cha... Wilbert Pol2012-11-221-1/+13
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Hooray for templates. Aaron Giles2012-04-121-28/+2
* Fixed disk loading so that it handles full region tags. Fixes laserdisc Aaron Giles2012-01-271-7/+10
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-11/+16
* Change in minimum -STR before results are shown (nw) Scott Stone2012-01-211-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-10/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+4
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-16/+10
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-9/+9
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-8/+8
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-2/+2
* (fix verbose msg) Michaël Banaan Ananas2011-08-221-1/+1
* increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... Michaël Banaan Ananas2011-08-201-7/+7
* Initial frameworking for upcoming artwork updates [Mr. Do] Angelo Salese2011-05-231-0/+2
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-9/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-60/+60
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-3/+2
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-2/+3
* BIG update. Aaron Giles2011-03-291-9/+9
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-4/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-18/+18
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+2
* Fix assert when saving snapshots beyond the first. Aaron Giles2011-02-131-1/+1