summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-67/+72
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Fix build break from last checkin. Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-7/+7
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-17/+17
* changed searching for multiple %d (as snapname template) to only be executed ... Fabio Priuli2011-01-121-50/+53
* video.c: added support for a new template to -snapname so that it is possible... Fabio Priuli2011-01-121-1/+71
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-4/+4
* Fix regressions in games with buffered spriteram. Aaron Giles2010-12-061-31/+0
* Split the screen device into a separate module. Aaron Giles2010-12-021-2221/+784
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-1/+1
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-3/+3
* Fix madalien regression. Aaron Giles2010-10-201-4/+15
* 03770: Setting 'snapname %g' does not allow snap to be saved with F12. Aaron Giles2010-10-191-1/+1
* Fix MT04059: Add new method reset_origin() to screen devices to allow Aaron Giles2010-10-181-0/+17
* Fix divide by zero with no-screen games. Aaron Giles2010-10-181-3/+2
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-11/+25
* Correctly free textures when screen size dynamically changes. Aaron Giles2010-10-161-6/+4
* Fix crash when specifying -effect. Aaron Giles2010-10-161-2/+30
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-51/+43
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-23/+108
* Declared virtual functions in driver_data_t for: Aaron Giles2010-08-211-6/+4
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-14/+14
* 03318: -burnin causes crash in vector games [Atari Ace] Phil Bennett2010-07-261-6/+19
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-39/+35
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-16/+16