summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exidy440.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-44/+44
* BIG update. Aaron Giles2011-03-291-33/+33
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+3
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-60/+58
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-13/+13
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* 02825: crossbow: Crash on "Crossing Bridge" stage Aaron Giles2009-02-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-2/+2
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-4/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-11/+13
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Better separation of driver and video code. Zsolt Vasvari2008-03-041-60/+93
* Exidy440 - modernized input port handling with CUSTOM_INPUT and INPUT_CHANGED Zsolt Vasvari2008-03-041-19/+26
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* machine->pens lookup removal Zsolt Vasvari2008-02-221-4/+4
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-3/+3
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+463