summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
Commit message (Expand)AuthorAgeFilesLines
* Fix MT04059: Add new method reset_origin() to screen devices to allow Aaron Giles2010-10-181-0/+3
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-3/+3
* v9938 - Set default value for status register 4 and 6 [Michael Zapf] Miodrag Milanovic2010-10-061-0/+12
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-082-27/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-014-9/+9
* mc6845.c: Rewritten to allow mid frame changes to the counter registers. This... Wilbert Pol2010-08-311-222/+232
* Fixed MT#04036: astrowar: [debug] Severe graphic corruption Scott Stone2010-08-311-1/+1
* Put a BSD license on the voodoo emulation so the DOSbox guys can stop Aaron Giles2010-08-213-13/+114
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-193-10/+10
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-162-96/+121
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-136-10/+4
* Added sound support to Signetics S2636 (by using VC4000 sound support from ME... mariuszw12010-08-122-0/+11
* - Updated SAA5050 to form 12x20 chars as noted in documentation [Miodrag Mila... Miodrag Milanovic2010-08-051-3/+3
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-282-11/+11
* Cleanups and version bump. Aaron Giles2010-06-173-3/+3
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-116-0/+22
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-0821-192/+157
* pcat_nit.c update [Mariusz Wojcieszek] mariuszw12010-06-054-0/+1893
* New driver: sigmab98.c [Luca Elia] Luca Elia2010-05-162-0/+7
* Cleanups and version bump. Aaron Giles2010-04-081-2/+2
* Duh. Olivier Galibert2010-04-041-2/+0
* poly.c: Make the parameter interpolation more robust [O. Galibert] Olivier Galibert2010-04-041-34/+34
* [#3792, #3793] SDL compile fixes [Christian MArillat] R. Belmont2010-03-242-1/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* hooked up (with a hack) gfx rom in hd63484 memory map Roberto Zandona2010-02-071-0/+8
* Cleanups and version bump. Aaron Giles2010-01-281-11/+11
* Some clean-ups... :) Roberto Fresca2010-01-262-7/+7
* Moved HD63484 ACRTC device from mame/video to emu/video. Roberto Fresca2010-01-262-0/+1639
* Popmessages can now be used in drivers which have an MC6845. Curt Coder2010-01-251-2/+0
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-1815-102/+102
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-126-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-1013-19/+13
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-109-12/+3
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-085-41/+17
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-282-41/+60
* Results of running the latest srcclean. Aaron Giles2009-12-2811-83/+83
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-7/+7
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-6/+9
* Some misc cleanups: Aaron Giles2009-12-151-1/+1
* Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c t... Fabio Priuli2009-12-122-0/+452
* Fixed stupid copy&paste mistake in s2636.c Fabio Priuli2009-12-111-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-112-2/+2
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-112-53/+152