summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpuexec.c
Commit message (Expand)AuthorAgeFilesLines
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* More device normalization: Aaron Giles2008-12-161-19/+16
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-364/+394
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Expanded cpuexec cycles <-> attotime functions to handle UINT64s. Aaron Giles2008-12-131-4/+8
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-2/+0
* Here's the big one.... Aaron Giles2008-12-111-47/+93
* Fatalerror in non-debug builds too. Aaron Giles2008-12-101-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-51/+1
* Pointer-ified the konami CPU core. Changed setlines callback to Aaron Giles2008-12-061-0/+1
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-19/+25
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-9/+19
* Removed globals from cpuexec. Aaron Giles2008-11-251-52/+75
* Fixes subtle timing calculation problems that affected SH-2 timers. Aaron Giles2008-11-241-9/+18
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-31/+31
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-3/+3
* Another big one. Aaron Giles2008-11-201-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-15/+14
* Sega/Williams compile and crash fixes. Aaron Giles2008-11-151-10/+10
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-89/+98
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-412/+849
* 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