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
/
schedule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-7
/
+7
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
- removed FUNC_NULL macro
Miodrag Milanovic
2016-07-01
1
-12
/
+0
*
TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw)
Miodrag Milanovic
2016-03-07
1
-2
/
+0
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-11
/
+11
*
delegate.h now supports mingw 32 bit builds with INTERNAL configuration.
couriersud
2015-05-31
1
-0
/
+2
*
and a final batch of passing attotime as const reference (nw)
Oliver Stöneberg
2014-07-04
1
-10
/
+10
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-1
/
+1
*
Minor schedule.c optimization
Nathan Woods
2013-03-28
1
-0
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-37
/
+37
*
Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-2
/
+1
*
cothread removed, was not used for a long time and was commented (no whatsnew)
Miodrag Milanovic
2012-08-23
1
-2
/
+0
*
Clean-ups and version bump
mame0144u2
Angelo Salese
2011-12-04
1
-2
/
+2
*
Commented (per Kale's request) not removed libcothread usage in core (require...
Miodrag Milanovic
2011-11-30
1
-2
/
+2
*
Added byuu's cothread library, along with a wrapper class. Switched to
Aaron Giles
2011-06-25
1
-0
/
+2
*
Cleanups and version bump
mame0142u5
Angelo Salese
2011-06-05
1
-2
/
+2
*
Fix inverted check on anonymous timers prior to saving state. Also
Aaron Giles
2011-06-05
1
-1
/
+6
*
Be consistent about template argument naming.
Aaron Giles
2011-04-30
1
-8
/
+0
*
Latest delegate changes removed the need for bindable_object, so
Aaron Giles
2011-04-29
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-9
/
+17
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-0
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+4
*
Make emu_timer destructor private to prevent direct freeing.
Aaron Giles
2011-02-16
1
-0
/
+2
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-6
/
+6
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-1
/
+0
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-7
/
+0
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-26
/
+1
*
Fix build break from last checkin.
Aaron Giles
2011-02-06
1
-2
/
+0
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-13
/
+177
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-3
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-5
/
+5
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+104