summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/attotime.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2016-03-301-10/+10
* Document attotime (nw) balr0g2016-03-291-75/+51
* Remove no-longer-needed normalization from gba (nw) balr0g2016-03-161-11/+0
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-5/+5
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-60/+72
* optimized attotime with assignment constructor and operator implementations (nw) Oliver Stöneberg2015-04-051-0/+12
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* allow small freqs for from_hz Michaël Banaan Ananas2011-10-011-1/+1
* RTC's usually run at 1 Hz. (nw) Curt Coder2011-09-251-1/+1
* safety assert on from_hz Michaël Banaan Ananas2011-09-211-1/+1
* Fix attotime max() function to not be a copy of min(). Fixes several Aaron Giles2011-02-281-4/+4
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-9/+9
* take two smf-2011-02-041-0/+4
* fixed msvc compilation (min/max conflict) smf-2011-02-041-1/+0
* Attotime bulk conversion step: Aaron Giles2011-02-031-27/+0
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-283/+303
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* 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
* Added an attotime_is_never() function Nathan Woods2009-10-311-0/+11
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Changed attotime_to_ticks/ticks_to_attotime to use UINTs and the eminline Aaron Giles2008-12-141-6/+18
* Re-inlined core attotime functions. This makes a significant difference Aaron Giles2008-11-041-33/+218
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-0/+6
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-17/+25
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-0/+6
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+212