summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/timer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-71/+46
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-181/+65
* Attotime bulk conversion step: Aaron Giles2011-02-031-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-1/+4
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-2/+3
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-34/+21
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-1/+1
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-3/+0
* Cleanups and version bump. Aaron Giles2010-06-171-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-77/+143
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-15/+15
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-131-1/+1
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Significantly optimized the inner execution loop. arknoid2 is ~2.5x Aaron Giles2008-12-221-4/+13
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-10/+10
* Removed globals from cpuexec. Aaron Giles2008-11-251-14/+0
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-0/+7
* Added 22VP931 emulation, which is mostly working. Communication works Aaron Giles2008-09-251-3/+18
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-1/+1
* Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY Zsolt Vasvari2008-03-151-4/+42
* Implements scanline based timer devices. Zsolt Vasvari2008-03-141-2/+10
* Added skeletion device interface for timers. Just wanted to get feedback. Zsolt Vasvari2008-03-141-0/+51
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-4/+4
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-2/+4
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+5
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-39/+13
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+185