summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/midzeus2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-17/+17
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-26/+26
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-21/+21
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-8/+10
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-20/+20
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-3/+3
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Hi mamedev, Aaron Giles2008-12-161-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-11/+11
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* address space compilation errors. smf-2008-11-151-1/+1
* 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
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-5/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-18/+17
* 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-6/+7
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Various clean ups: Couriersud2008-03-011-0/+2
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-3/+8
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Bumped version to 0.122u2. Spacing cleanups.mame0122u2 Aaron Giles2007-12-311-107/+107
* Add register usage tracking to Zeus 2. Aaron Giles2007-12-311-0/+103
* Updated Zeus to handle waveram like the Zeus2 Aaron Giles2007-12-281-1/+1
* Fixed whiny gcc errors. Aaron Giles2007-12-281-1/+3
* TMS3203x core updates: Aaron Giles2007-12-281-53/+675
* Spacing cleanups. Aaron Giles2007-12-241-38/+38
* Further Zeus 2 implementation. Aaron Giles2007-12-241-15/+57
* Zeus hardware: Aaron Giles2007-12-211-0/+615