summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
Commit message (Expand)AuthorAgeFilesLines
* Revert some changes committed by accident. No WN. Couriersud2012-05-261-113/+1
* Fix compile again - omitted a file, no WN Couriersud2012-05-261-1/+113
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-0/+1
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+4
* Fix specifying device-based VBLANK callbacks. Aaron Giles2012-03-081-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+4
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-0/+1
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-10/+10
* Misc regression fixes (thanks, Tafoid) Aaron Giles2012-01-151-3/+3
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-40/+41
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-31/+29
* More cleanup, and fixed bad bug from last update. Aaron Giles2012-01-131-16/+14
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-71/+65
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-23/+162
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-3/+5
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* 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