summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-26/+17
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-7/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-14/+14
* Fixed bug in new quantum code that could result in an invalid Aaron Giles2008-11-061-1/+1
* Fix bad bug in scheduler quantum code. Aaron Giles2008-11-051-1/+1
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-1/+119
* Added 22VP931 emulation, which is mostly working. Communication works Aaron Giles2008-09-251-17/+88
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-3/+2
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+3
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-65/+60
* Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY Zsolt Vasvari2008-03-151-19/+19
* fixed unused variable warnings when assert is not enabled. smf-2008-03-141-0/+8
* Makes suggested changes to MDRV_TIMER macros. Hasn't moved them yet. Zsolt Vasvari2008-03-141-6/+3
* Implements scanline based timer devices. Zsolt Vasvari2008-03-141-25/+132
* Implements the periodic timer device functionality Zsolt Vasvari2008-03-141-6/+191
* Added skeletion device interface for timers. Just wanted to get feedback. Zsolt Vasvari2008-03-141-1/+65
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-5/+5
* Cleanups and version bump for 0.123u1.mame0123u1 Aaron Giles2008-02-131-3/+3
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-8/+19
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-6/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-84/+27
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+810