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
/
timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various typos
Zoë Blade
2014-11-30
1
-1
/
+1
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-2
/
+2
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-9
/
+9
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-14
/
+14
*
timer - made member calls work (no whatsnew)
Miodrag Milanovic
2012-09-25
1
-1
/
+4
*
Made timer_device use delegates (no whatsnew)
Miodrag Milanovic
2012-09-25
1
-8
/
+8
*
Clean-ups and version bump
Miodrag Milanovic
2012-05-21
1
-4
/
+4
*
fixed some "comparison is always true/false" warnings reported by clang by Fi...
Miodrag Milanovic
2012-05-20
1
-4
/
+4
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-24
/
+10
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-111
/
+64
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-1
/
+1
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-1
/
+1
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-1
/
+1
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-3
/
+3
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-968
/
+70
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-15
/
+15
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-23
/
+23
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-2
/
+8
*
Added an integral device_timer_id to device timers. This is a
Aaron Giles
2010-09-17
1
-11
/
+19
*
Made the mc146818 a proper device, modernized it, and added an NVRAM interface
Aaron Giles
2010-09-10
1
-5
/
+20
*
timer.c: timers get rescheduled only if enable state has changed [Christophe ...
Fabio Priuli
2010-09-01
1
-7
/
+10
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-24
/
+94
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-2
/
+2
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-2
/
+2
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-0
/
+2
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-3
/
+3
*
Regression fixes:
Aaron Giles
2010-06-14
1
-0
/
+8
*
Fix several timing problems:
Aaron Giles
2010-06-10
1
-6
/
+9
*
Enable NULL callbacks in timer devices.
Aaron Giles
2010-06-08
1
-1
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-345
/
+206
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-27
/
+27
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-2
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-2
/
+0
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-12
/
+12
*
And some more. Converted the ds2404 to a device along the way.
Aaron Giles
2009-12-21
1
-0
/
+2
*
Changed profiler to separate start/stop cases. [Christophe Jaillet]
Aaron Giles
2009-08-19
1
-2
/
+2
*
Added missing casts and made other tweaks. The entire project
Aaron Giles
2009-04-27
1
-5
/
+5
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-2
/
+1
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-14
/
+0
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-7
/
+7
[next]