summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gameplan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-31/+31
* BIG update. Aaron Giles2011-03-291-17/+17
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-11/+11
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-7/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+11
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* VIA6522: Refactored interface to use READ/WRITE_LINE. Curt Coder2010-01-071-31/+31
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Added save states and driver data struct to the following drivers: fromance.c... Fabio Priuli2009-12-091-36/+19
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-9/+9
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* Made the 6522 VIA implementation use devcb Nathan Woods2009-02-041-15/+15
* Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-141-27/+23
* 6522 interface cleanups Nathan Woods2008-12-131-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* Another batch of compile fixes. R. Belmont2008-11-151-2/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-4/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+3
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* - Reorganized Gameplan driver Zsolt Vasvari2008-02-211-0/+383