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
*
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
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-3
/
+3
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-39
/
+51
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-2
/
+2
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-14
/
+14
*
Use UINT64s for converting cycles <-> clocks.
Aaron Giles
2010-07-01
1
-2
/
+2
*
Remove the following functions:
Aaron Giles
2010-07-01
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-3
/
+3
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-3
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-26
/
+26
*
Fix sound timing issues.
Aaron Giles
2010-06-17
1
-1
/
+1
*
More OS X PPC compile fixes (no whatsnew)
R. Belmont
2010-06-17
1
-1
/
+1
*
Regression fixes:
Aaron Giles
2010-06-14
1
-0
/
+7
*
Fix several timing problems:
Aaron Giles
2010-06-10
1
-1
/
+3
*
Tweak to s2650 IRQ cycle handling to fix gcc codegen bug.
Aaron Giles
2010-06-09
1
-0
/
+4
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+1000