summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/attotime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some attotime cleanup/tweaks. Aaron Giles2021-08-161-1/+1
* Remove old attotime. Cleaned up new version, reorganized so subseconds and at... Aaron Giles2021-04-161-253/+22
* Whoops, one too many. Aaron Giles2021-04-081-3/+2
* Add missing functions to newtime. Enable it by default. Fix 64-bit multiplier... Aaron Giles2021-04-071-0/+89
* Turns out people who multiply/divide attotimes by floats mostly don't know wh... Aaron Giles2021-04-071-0/+8
* SFINAE is hard. This attempt makes GCC happy at least. Aaron Giles2021-04-071-4/+4
* Templatize the integer parameter for multiply/divide. Normalize return values... Aaron Giles2021-04-071-2/+18
* A few tweaks to realign with original code better. Aaron Giles2021-04-061-2/+5
* Rename raw_subseconds() to frac(). Create initial cut at new attotime impleme... Aaron Giles2021-04-041-1/+1
* Subseconds is now signed, +/-2 seconds, to more closely align with expected u... Aaron Giles2021-04-031-2/+7
* Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-021-22/+56
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-8/+8
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* attotime: Add to_string() to get a human-readable version of the time [O. Gal... Olivier Galibert2020-05-061-0/+17
* Remove emu.h from attotime (nw) S.Z2018-11-031-2/+3
* Put #include emu.h as the first preprocessor directive in various files to su... yz70s2018-11-021-3/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-16/+16
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+156