summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lockon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-104/+104
* BIG update. Aaron Giles2011-03-291-41/+41
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* 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-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-19/+19
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Added driver_data struct and save states to the following drivers: lkage.c, l... Fabio Priuli2010-02-191-209/+189
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-4/+4
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-16/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-7/+6
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-5/+5
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-4/+4
* From Atari Ace: Zsolt Vasvari2008-02-181-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-11/+11
* * Improved Lock-On by a fair bit and added an alternate set. Phil Bennett2008-02-021-0/+989