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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-996
/
+0
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-10
/
+10
*
Code enhancement
Diego
2015-09-24
1
-1
/
+1
*
Fix debug build. (nw)
Sandro Ronco
2015-08-16
1
-1
/
+1
*
Added seconds() and attoseconds() to attotime and prefixed members with
couriersud
2015-08-15
1
-9
/
+10
*
Cleanups and version bump
mame0164
Miodrag Milanovic
2015-07-29
1
-1
/
+0
*
please bear with me.. these are needed to compile in GCC 5.2 and I want mingw...
Cowering
2015-07-23
1
-0
/
+12
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-2
/
+2
*
some astring to std::string conversion (nw)
Miodrag Milanovic
2015-04-18
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-6
/
+6
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-2
/
+2
*
Revert "Changing FASTDEBUG to be assert-free is too big a change to push thro...
Oliver Stöneberg
2015-03-20
1
-2
/
+0
*
Changing FASTDEBUG to be assert-free is too big a change to push through with...
Vas Crabb
2015-03-20
1
-0
/
+2
*
removed now obsolete modification for FASTDEBUG=1 (nw)
Oliver Stöneberg
2015-03-20
1
-2
/
+0
*
save: Give the device when available to the state save subsystem [O. Galibert]
Olivier Galibert
2015-02-14
1
-5
/
+5
*
fixed some C++11 compiler warnings (nw)
Oliver Stöneberg
2015-02-05
1
-1
/
+1
*
diexec.c: Cache a pointer directly to the machine scheduler at startup,
Alex W. Jackson
2014-09-18
1
-1
/
+1
*
small optimization to device_scheduler::timer_list_insert() (nw)
Oliver Stöneberg
2014-09-11
1
-1
/
+1
*
schedule.c: minor logging improvements (nw)
Alex W. Jackson
2014-07-09
1
-7
/
+8
*
schedule.c: rebuild_execute_list() after loading a saved state to ensure the ...
Alex W. Jackson
2014-07-08
1
-0
/
+1
*
schedule.c: make yield() actually yield again, rather than be a synonym for s...
Alex W. Jackson
2014-07-04
1
-4
/
+5
*
and a final batch of passing attotime as const reference (nw)
Oliver Stöneberg
2014-07-04
1
-7
/
+7
*
removed unnecessary assert from src/emu/schedule.c (nw)
Oliver Stöneberg
2014-07-01
1
-1
/
+0
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-3
/
+0
*
Timers now execute at the end of each timeslice instead of at the start, as t...
Alex W. Jackson
2014-02-22
1
-8
/
+7
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
added makefile define FASTDEBUG to disable some debug-specific stuff, that is...
Oliver Stöneberg
2013-08-02
1
-0
/
+2
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-1
/
+1
*
Minor schedule.c optimization
Nathan Woods
2013-03-28
1
-13
/
+30
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-16
/
+14
*
1. [M6809] Uninitialized variable fix (nw)
Nathan Woods
2012-12-24
1
-1
/
+3
*
placed back schedule change but with fixed logic (no whatsnew)
Miodrag Milanovic
2012-12-17
1
-6
/
+6
*
Place schedule thing back, will put it back after release (nw)
Miodrag Milanovic
2012-12-17
1
-6
/
+6
*
Minor optimizations to schedule.c (nw)
Nathan Woods
2012-12-16
1
-6
/
+6
*
Added some logging (currently turned off)
Nathan Woods
2012-12-16
1
-1
/
+7
*
added missing \n to even more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
cothread removed, was not used for a long time and was commented (no whatsnew)
Miodrag Milanovic
2012-08-23
1
-1
/
+0
*
Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew)
Miodrag Milanovic
2012-08-13
1
-3
/
+3
*
Clamp timer->remaining() to 0 if the timer has expired.
Aaron Giles
2012-02-28
1
-1
/
+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
-2
/
+2
*
Clean-ups and version bump
mame0144u2
Angelo Salese
2011-12-04
1
-1
/
+1
*
Commented (per Kale's request) not removed libcothread usage in core (require...
Miodrag Milanovic
2011-11-30
1
-1
/
+1
*
Added byuu's cothread library, along with a wrapper class. Switched to
Aaron Giles
2011-06-25
1
-2
/
+3
*
Fix inverted check on anonymous timers prior to saving state. Also
Aaron Giles
2011-06-05
1
-5
/
+57
*
Converted presave/postload functions to delegates. In a lot of
Aaron Giles
2011-04-30
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-19
/
+15
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-7
/
+7
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-19
/
+19
[next]