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