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
/
diexec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
diexec.c: Cache a pointer directly to the machine scheduler at startup,
Alex W. Jackson
2014-09-18
1
-20
/
+21
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-2
/
+2
*
small optimization to device_execute_interface::local_time() (nw)
Oliver Stöneberg
2014-05-02
1
-3
/
+2
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
1
-32
/
+5
*
Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR...
Miodrag Milanovic
2014-04-23
1
-1
/
+16
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-4
/
+4
*
konamigx: Reverb me harder baby! [O. Galibert]
Olivier Galibert
2014-04-08
1
-13
/
+13
*
It could never reach old style hack anyway (nw)
Miodrag Milanovic
2014-03-15
1
-10
/
+2
*
Fix display of device tags in internal profiler [Alex Jackson]
Alex W. Jackson
2014-02-19
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
removed unused periodic interrupt legacy code (nw)
Oliver Stöneberg
2013-08-21
1
-16
/
+3
*
simpler implementation of MCFG_DEVICE_{VBLANK|PRIODIC}_INT_REMOVE (nw)
Oliver Stöneberg
2013-08-21
1
-28
/
+0
*
fixed typo in comment (nw)
Oliver Stöneberg
2013-08-21
1
-1
/
+1
*
removed unused legacy VBLANK interrupt code
Oliver Stöneberg
2013-08-20
1
-16
/
+2
*
added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_...
Oliver Stöneberg
2013-08-20
1
-0
/
+29
*
- made MCFG_DEVICE_VBLANK_INT_DEVICE param order more logic (nw)
Miodrag Milanovic
2013-07-25
1
-3
/
+4
*
Resolve devices specified for vblank/periodic interrupts relative to the
Aaron Giles
2013-07-13
1
-2
/
+2
*
Allow devices with execute interface to have a clock of zero, they are suspen...
Dirk Best
2013-06-14
1
-3
/
+18
*
Minor schedule.c optimization
Nathan Woods
2013-03-28
1
-6
/
+17
*
Made IRQ_CALLBACK as members to work and made usage of delegates, with few up...
Miodrag Milanovic
2013-01-31
1
-5
/
+18
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-34
/
+34
*
Clear out remaining global inlines in diexec.h.
Aaron Giles
2012-09-12
1
-1
/
+1
*
cothread removed, was not used for a long time and was commented (no whatsnew)
Miodrag Milanovic
2012-08-23
1
-20
/
+0
*
Clean-ups and version bump
mame0145u7
Angelo Salese
2012-04-22
1
-1
/
+1
*
Broke dependency between mcr68 and mcr by creating
Aaron Giles
2012-04-17
1
-0
/
+5
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-10
/
+40
*
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
-40
/
+27
*
Removed partial frame hack from the core
Angelo Salese
2011-12-14
1
-66
/
+1
*
Clean-ups and version bump
mame0144u2
Angelo Salese
2011-12-04
1
-6
/
+6
*
Commented (per Kale's request) not removed libcothread usage in core (require...
Miodrag Milanovic
2011-11-30
1
-3
/
+3
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
1
-0
/
+1
*
Port from MESS, nw
Angelo Salese
2011-06-28
1
-1
/
+1
*
Added byuu's cothread library, along with a wrapper class. Switched to
Aaron Giles
2011-06-25
1
-0
/
+20
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-31
/
+12
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-238
/
+215
*
BIG update.
Aaron Giles
2011-03-29
1
-12
/
+12
*
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
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-11
/
+11
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-2
/
+1
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
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
-4
/
+4
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-6
/
+6
*
Converted TMS3203X to a modern device.
Aaron Giles
2011-01-31
1
-12
/
+11
*
MDRV_* -> MCFG_*
Aaron Giles
2010-12-31
1
-3
/
+3
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-2
/
+2
*
Converted ASAP CPU core from a legacy CPU core to a modern device.
Aaron Giles
2010-09-07
1
-14
/
+14
[next]