summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) R. Belmont2011-05-301-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-19/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-164/+134
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-51/+51
* BIG update. Aaron Giles2011-03-291-37/+37
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-7/+7
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-6/+6
* Fix for -burnin to add extension once again. (no whatsnew) Scott Stone2011-03-031-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+62
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-11/+9
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-16/+15
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-10/+10
* Fix build break from last checkin. Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-12/+12
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+1076