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
/
cpuexec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-23
/
+23
*
Cleanups/version bump.
mame0128u3
Aaron Giles
2008-11-09
1
-4
/
+4
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-0
/
+2
*
Re-added suspend/resume synchronization to fix a few games.
Aaron Giles
2008-11-06
1
-0
/
+8
*
Changed core cycle computations to use div_64x32 instead of full 64-bit
Aaron Giles
2008-11-05
1
-6
/
+28
*
Added concept of scheduling quanta to the timer system. Also added
Aaron Giles
2008-11-05
1
-122
/
+57
*
Re-inlined core attotime functions. This makes a significant difference
Aaron Giles
2008-11-04
1
-18
/
+22
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-1
/
+1
*
Changed DEVICE_START functions to return an error code. Currently this
Aaron Giles
2008-09-09
1
-2
/
+2
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-0
/
+3
*
fixed cpu_getiloops() which was not returning the correct value.
Nicola Salmoria
2008-05-26
1
-4
/
+8
*
Renamed *_vbl_cb to *_vblank_callback.
Aaron Giles
2008-03-14
1
-1
/
+1
*
Removed cpu_scalebyfcount().
Aaron Giles
2008-03-12
1
-23
/
+0
*
Changes first argument of video_screen_* functions to take a device_config
Zsolt Vasvari
2008-03-09
1
-2
/
+2
*
Moves 'refresh' from public to internal video state and renames it to 'frame_...
Zsolt Vasvari
2008-03-07
1
-1
/
+1
*
Seperates out the notion of screen specific vs. "global" VBLANK callbacks
Zsolt Vasvari
2008-03-07
1
-7
/
+6
*
Removed runnning_machine as the first parameter of a VBLANK callback
Zsolt Vasvari
2008-03-07
1
-3
/
+3
*
vblank_state_changed_func now has a device_config argument
Zsolt Vasvari
2008-03-06
1
-12
/
+3
*
Cleanups and version bump.
mame0123u4
Aaron Giles
2008-03-06
1
-10
/
+10
*
- Watchdog gets its own namespace for state saving
Zsolt Vasvari
2008-03-02
1
-3
/
+3
*
Moves watchdog processing logic into its own module
Zsolt Vasvari
2008-03-02
1
-107
/
+9
*
Some more #includes's removed
Zsolt Vasvari
2008-03-02
1
-2
/
+0
*
Removes unneeded #includes
Zsolt Vasvari
2008-03-02
1
-4
/
+0
*
Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num...
Zsolt Vasvari
2008-03-02
1
-21
/
+0
*
- Moves all video timing logic from cpuexec.c to video.c
Zsolt Vasvari
2008-03-01
1
-255
/
+120
*
- Removes a couple of unused items from the cpuexec_data structure
Zsolt Vasvari
2008-03-01
1
-6
/
+3
*
Converted MACHINE_DRIVER definitions from function
Aaron Giles
2008-02-26
1
-1
/
+1
*
Fixes for screenless games.
Aaron Giles
2008-02-23
1
-5
/
+13
*
The term "driver" is way overloaded in the system.
Aaron Giles
2008-02-18
1
-29
/
+29
*
Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic().
Aaron Giles
2008-02-06
1
-15
/
+15
*
Fixed watchdogs when not explicitly specified.
Aaron Giles
2008-02-05
1
-0
/
+1
*
Minor typo wreaks major havoc. Story at 11.
Aaron Giles
2008-02-03
1
-1
/
+1
*
Cleanups/version bump.
mame0122u8
Aaron Giles
2008-02-03
1
-25
/
+25
*
Changed debugger-related code to be based off a new makefile define (DEBUGGER...
Aaron Giles
2008-02-02
1
-2
/
+2
*
Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h.
Aaron Giles
2008-01-29
1
-601
/
+414
*
Removed distinction between *_gettotalcycles() and *_gettotalcycles64().
Aaron Giles
2008-01-29
1
-35
/
+2
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-1
/
+1
*
First in a series of updates to remove the use of the global Machine from as ...
Zsolt Vasvari
2008-01-24
1
-46
/
+46
*
Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers.
Aaron Giles
2008-01-14
1
-1
/
+1
*
(From AtariAce)
Aaron Giles
2008-01-08
1
-2
/
+2
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From Atari Ace)
Aaron Giles
2007-12-31
1
-6
/
+2
*
Changes for MAME 0.121u2.
mame0121u2
Aaron Giles
2007-12-17
1
-47
/
+25
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+1511