summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
Commit message (Expand)AuthorAgeFilesLines
* rm unneeded check preventing it from being read during device start, fixes MT... Michaƫl Banaan Ananas2011-08-191-1/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-103/+74
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-3/+3
* BIG update. Aaron Giles2011-03-291-5/+5
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Fixed regression for galpanic.c and snowbros.c (no whatsnew) Miodrag Milanovic2011-02-251-0/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-0/+21
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Fix build break from last checkin. Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+305