summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/attotime.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-23/+25
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-1/+1
* attotime::from_ticks: on 0hz return attotime::never instead of crashing (nw) hap2018-11-111-6/+11
* attotime from_hz(double): simpler calculation if more than 1Hz (nw) hap2018-11-071-1/+12
* attotime: as_hz optimization (nw) AJR2018-11-071-1/+1
* attotime: redo fix from_hz(XTAL) recent regression, sorry for hitting emu.h a... hap2018-11-071-1/+1
* attotime: fix from_hz(XTAL) recent regression (nw) hap2018-11-071-1/+1
* attotime: simpler from_hz (nw) hap2018-11-061-4/+4
* attotime: Add as_hz (nw) AJR2018-11-051-0/+1
* let's be dimensionally correct Vas Crabb2018-01-261-1/+1
* less reliant on PCH, more constexpr, allow 16_MHz_XTAL without decimal point ... Vas Crabb2018-01-261-7/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+7
* Retired min/max in attotime.h, in favor of std::[min|max]() Nathan Woods2017-05-251-19/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-19/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* Make some constexpr functions comply with older C++11 rules to keep Visual St... Vas Crabb2016-07-281-38/+15
* Validity checking improvements AJR2016-07-271-2/+2
* Keyboard/terminal improvements: [Vas Crabb] Vas Crabb2016-07-271-38/+32
* 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