index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
attotime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small batch of input refactoring:
Vas Crabb
2023-02-05
1
-2
/
+3
*
attotime: Make operator+ and operator- constexpr
AJR
2022-08-09
1
-2
/
+2
*
plugins: Moved the timecode recording functionality to a plugin.
Vas Crabb
2021-11-02
1
-1
/
+1
*
-ui: Made zoom controls a bit more intuitive.
Vas Crabb
2021-09-06
1
-6
/
+6
*
-osd: Clean up inline maths utilities.
Vas Crabb
2021-01-18
1
-1
/
+1
*
attotime: Add to_string() to get a human-readable version of the time [O. Gal...
Olivier Galibert
2020-05-06
1
-0
/
+3
*
attotime: attotime::zero is not a valid arugment for as_hz et al. (nw)
AJR
2020-04-08
1
-3
/
+3
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-23
/
+25
*
(nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c...
Vas Crabb
2019-10-16
1
-1
/
+1
*
attotime::from_ticks: on 0hz return attotime::never instead of crashing (nw)
hap
2018-11-11
1
-6
/
+11
*
attotime from_hz(double): simpler calculation if more than 1Hz (nw)
hap
2018-11-07
1
-1
/
+12
*
attotime: as_hz optimization (nw)
AJR
2018-11-07
1
-1
/
+1
*
attotime: redo fix from_hz(XTAL) recent regression, sorry for hitting emu.h a...
hap
2018-11-07
1
-1
/
+1
*
attotime: fix from_hz(XTAL) recent regression (nw)
hap
2018-11-07
1
-1
/
+1
*
attotime: simpler from_hz (nw)
hap
2018-11-06
1
-4
/
+4
*
attotime: Add as_hz (nw)
AJR
2018-11-05
1
-0
/
+1
*
let's be dimensionally correct
Vas Crabb
2018-01-26
1
-1
/
+1
*
less reliant on PCH, more constexpr, allow 16_MHz_XTAL without decimal point ...
Vas Crabb
2018-01-26
1
-7
/
+9
*
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Olivier Galibert
2018-01-23
1
-0
/
+7
*
Retired min/max in attotime.h, in favor of std::[min|max]()
Nathan Woods
2017-05-25
1
-19
/
+0
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-19
/
+19
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-19
/
+19
*
Make some constexpr functions comply with older C++11 rules to keep Visual St...
Vas Crabb
2016-07-28
1
-38
/
+15
*
Validity checking improvements
AJR
2016-07-27
1
-2
/
+2
*
Keyboard/terminal improvements: [Vas Crabb]
Vas Crabb
2016-07-27
1
-38
/
+32
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-10
/
+10
*
Document attotime (nw)
balr0g
2016-03-29
1
-75
/
+51
*
Remove no-longer-needed normalization from gba (nw)
balr0g
2016-03-16
1
-11
/
+0
*
Cleanups and version bump
mame0165
Miodrag Milanovic
2015-08-26
1
-5
/
+5
*
Added seconds() and attoseconds() to attotime and prefixed members with
couriersud
2015-08-15
1
-60
/
+72
*
optimized attotime with assignment constructor and operator implementations (nw)
Oliver Stöneberg
2015-04-05
1
-0
/
+12
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-13
/
+13
*
allow small freqs for from_hz
Michaël Banaan Ananas
2011-10-01
1
-1
/
+1
*
RTC's usually run at 1 Hz. (nw)
Curt Coder
2011-09-25
1
-1
/
+1
*
safety assert on from_hz
Michaël Banaan Ananas
2011-09-21
1
-1
/
+1
*
Fix attotime max() function to not be a copy of min(). Fixes several
Aaron Giles
2011-02-28
1
-4
/
+4
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-9
/
+9
*
take two
smf-
2011-02-04
1
-0
/
+4
*
fixed msvc compilation (min/max conflict)
smf-
2011-02-04
1
-1
/
+0
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-27
/
+0
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-283
/
+303
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+0
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Added an attotime_is_never() function
Nathan Woods
2009-10-31
1
-0
/
+11
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-1
/
+1
*
Changed attotime_to_ticks/ticks_to_attotime to use UINTs and the eminline
Aaron Giles
2008-12-14
1
-6
/
+18
*
Re-inlined core attotime functions. This makes a significant difference
Aaron Giles
2008-11-04
1
-33
/
+218
[next]