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
/
schedule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More statistics improvements
Aaron Giles
2021-03-31
1
-6
/
+8
*
Add lots of statistics. Don't put never timers on the active list.
Aaron Giles
2021-03-31
1
-34
/
+80
*
Reorganized diexec fields to be more optimal. Moved execution and suspend log...
Aaron Giles
2021-03-30
1
-152
/
+80
*
Some internal name cleanup. Don't bother registering the internal periodic ti...
Aaron Giles
2021-03-30
1
-242
/
+176
*
Change the way timers are saved. Use presave to populate a fixed array of dat...
Aaron Giles
2021-03-29
1
-293
/
+401
*
Added stricter checks on allocation of device timers. Fixed several places th...
Aaron Giles
2021-03-27
1
-20
/
+9
*
Small cleanups. Properly differentiate persistent_timer::init for device time...
Aaron Giles
2021-03-26
1
-11
/
+10
*
Fixes to mingw build.
Aaron Giles
2021-03-26
1
-1
/
+1
*
Major timer object reshuffling. timer_expired_delegate wraps the various call...
Aaron Giles
2021-03-26
1
-462
/
+531
*
Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters...
Aaron Giles
2021-03-24
1
-10
/
+12
*
Unsplit timer.h and just moved schedule.h up higher in the emu.h include orde...
Aaron Giles
2021-03-24
1
-33
/
+13
*
Fully deprecate unregistered timer_set/synchronize. Standardize on emu_timer_...
Aaron Giles
2021-03-24
1
-83
/
+51
*
Remove some old-school synchronize calls. Add an optional unique ID pointer t...
Aaron Giles
2021-03-23
1
-3
/
+18
*
Add 2 extra u64 parameters to timers. Currently not passed to the callback; t...
Aaron Giles
2021-03-23
1
-13
/
+28
*
enregister_interface -> interface_enregister
Aaron Giles
2021-03-23
1
-1
/
+1
*
Renamed timer_expired_registered_delegate to emu_timer_cb. Removed all timer_...
Aaron Giles
2021-03-23
1
-7
/
+41
*
Removed ptr parameter from temporary timers. Fixed a handful of places that u...
Aaron Giles
2021-03-22
1
-8
/
+75
*
Timer streamlining. Maintain timers in two lists (active/inactive). Fix sever...
Aaron Giles
2021-03-22
1
-213
/
+570
*
Track the relative time of the next expiring timer, rather than using relativ...
Aaron Giles
2021-03-19
1
-63
/
+127
*
Split timeslice() into debugging and non-debugging versions to save a compare...
Aaron Giles
2021-03-19
1
-8
/
+7
*
Aim for overshoot rather than undershoot when scheduling devices, reducing ne...
Aaron Giles
2021-03-19
1
-50
/
+46
*
Quick test to see performance difference of using attoseconds exclusively dur...
Aaron Giles
2021-03-18
1
-34
/
+56
*
Remove logic to handle execution longer than 1 second. This shouldn't happen....
Aaron Giles
2021-03-17
1
-9
/
+4
*
-osd: Clean up inline maths utilities.
Vas Crabb
2021-01-18
1
-1
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-1
/
+1
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
save/restore otuput values in save states
Vas Crabb
2019-12-13
1
-4
/
+3
*
schedule: pick some really low-hanging fruit (nw)
Vas Crabb
2019-11-15
1
-43
/
+52
*
assert aborts on failure - abort is not an exception. conditional noexcept i...
Vas Crabb
2019-11-10
1
-3
/
+3
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-3
/
+3
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-21
/
+5
*
don't try to update m_totalcycles on devices with a zero clock, as it will cr...
smf-
2018-07-29
1
-1
/
+5
*
Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27
smf-
2018-07-29
1
-26
/
+25
*
Fix setting sample rate back to zero & crash for synchronous streams when rat...
smf-
2018-07-29
1
-25
/
+26
*
Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27
Olivier Galibert
2018-07-29
1
-26
/
+25
*
vgmplay: start all clocks at zero and reset all sound chips on a song change ...
smf-
2018-07-27
1
-25
/
+26
*
Kludge some absolute tag lookups in the core that can't really be helped (nw)
AJR
2018-05-21
1
-1
/
+1
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
Stop save and load logging timers unless VERBOSE is set. [smf]
smf-
2017-12-20
1
-2
/
+6
*
Fix scheduler overflow when a device executes for more cycles than there are ...
AJR
2017-06-27
1
-1
/
+9
*
Retired min/max in attotime.h, in favor of std::[min|max]()
Nathan Woods
2017-05-25
1
-4
/
+4
*
RIP timer_pulse (nw)
AJR
2017-05-20
1
-12
/
+0
*
Check for callback name being a null pointer before sending it to %s. (nw)
Ted Green
2017-05-05
1
-1
/
+4
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-5
/
+5
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
- removed FUNC_NULL macro
Miodrag Milanovic
2016-07-01
1
-3
/
+8
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-8
/
+7
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-3
/
+3
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-1
/
+1
[next]