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
*
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
*
Added new functions attotime_to_ticks() and ticks_to_attotime() to
Aaron Giles
2008-07-24
1
-0
/
+6
*
Converted MACHINE_DRIVER definitions from function
Aaron Giles
2008-02-26
1
-17
/
+25
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Changes for MAME 0.121u2.
mame0121u2
Aaron Giles
2007-12-17
1
-0
/
+6
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+212