index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some attotime cleanup/tweaks.
Aaron Giles
2021-08-16
1
-1
/
+1
*
Remove old attotime. Cleaned up new version, reorganized so subseconds and at...
Aaron Giles
2021-04-16
1
-253
/
+22
*
Whoops, one too many.
Aaron Giles
2021-04-08
1
-3
/
+2
*
Add missing functions to newtime. Enable it by default. Fix 64-bit multiplier...
Aaron Giles
2021-04-07
1
-0
/
+89
*
Turns out people who multiply/divide attotimes by floats mostly don't know wh...
Aaron Giles
2021-04-07
1
-0
/
+8
*
SFINAE is hard. This attempt makes GCC happy at least.
Aaron Giles
2021-04-07
1
-4
/
+4
*
Templatize the integer parameter for multiply/divide. Normalize return values...
Aaron Giles
2021-04-07
1
-2
/
+18
*
A few tweaks to realign with original code better.
Aaron Giles
2021-04-06
1
-2
/
+5
*
Rename raw_subseconds() to frac(). Create initial cut at new attotime impleme...
Aaron Giles
2021-04-04
1
-1
/
+1
*
Subseconds is now signed, +/-2 seconds, to more closely align with expected u...
Aaron Giles
2021-04-03
1
-2
/
+7
*
Switch out attoseconds in favor of more abstract subseconds. Update everyone ...
Aaron Giles
2021-04-02
1
-22
/
+56
*
-osd: Clean up inline maths utilities.
Vas Crabb
2021-01-18
1
-8
/
+8
*
emu: correct some file headers (nw)
hap
2020-06-19
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
/
+17
*
Remove emu.h from attotime (nw)
S.Z
2018-11-03
1
-2
/
+3
*
Put #include emu.h as the first preprocessor directive in various files to su...
yz70s
2018-11-02
1
-3
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-16
/
+16
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-16
/
+16
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+156