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
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-1
/
+1
*
More device normalization:
Aaron Giles
2008-12-16
1
-19
/
+16
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-364
/
+394
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-1
/
+1
*
Expanded cpuexec cycles <-> attotime functions to handle UINT64s.
Aaron Giles
2008-12-13
1
-4
/
+8
*
Fixed crash bug in DCS games.
Aaron Giles
2008-12-11
1
-2
/
+0
*
Here's the big one....
Aaron Giles
2008-12-11
1
-47
/
+93
*
Fatalerror in non-debug builds too.
Aaron Giles
2008-12-10
1
-2
/
+0
*
Re-routed empty get/set context calls to the dummy CPU's, and removed them
Aaron Giles
2008-12-09
1
-51
/
+1
*
Pointer-ified the konami CPU core. Changed setlines callback to
Aaron Giles
2008-12-06
1
-0
/
+1
*
Cleanups/version bump/added missing drivers.
mame0128u5
Aaron Giles
2008-12-06
1
-4
/
+4
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-19
/
+25
*
Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,
Aaron Giles
2008-11-26
1
-9
/
+19
*
Removed globals from cpuexec.
Aaron Giles
2008-11-25
1
-52
/
+75
*
Fixes subtle timing calculation problems that affected SH-2 timers.
Aaron Giles
2008-11-24
1
-9
/
+18
*
Cleanups and version bump for 0.128u4.
mame0128u4
Aaron Giles
2008-11-24
1
-31
/
+31
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-3
/
+3
*
Another big one.
Aaron Giles
2008-11-20
1
-1
/
+1
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-15
/
+14
*
Sega/Williams compile and crash fixes.
Aaron Giles
2008-11-15
1
-10
/
+10
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-89
/
+98
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-412
/
+849
*
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
[next]