summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpuexec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1998/+0
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-4/+5
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-12/+12
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-103/+129
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-14/+12
* Fix an issue which may cause a division by zero or undefined behaviour. Couriersud2010-01-081-1/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-11/+11
* Fixed up some error logging messages to output the correct number of characters Aaron Giles2009-09-101-1/+4
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-11/+8
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-4/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-18/+9
* Added cursor info to the TMS9927, and also the CRT50x7 device variants. Aaron Giles2009-04-231-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-10/+10
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* Added the ability for devices to have their own custom inline config management. Aaron Giles2009-02-161-0/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-8/+8
* Cleaned up the profiler. Reduced its runtime overhead significantly by Aaron Giles2009-01-021-1/+1
* 02776: mwalk, mwalkj, mwalku: Crash when starting game Aaron Giles2008-12-301-1/+0
* 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug Aaron Giles2008-12-301-2/+2
* 02785: a51site4: Interger Overflow with -debug Aaron Giles2008-12-301-0/+1
* Fix 02766: topgunnr: Hangs Phil Bennett2008-12-241-1/+1
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-7/+4
* Significantly optimized the inner execution loop. arknoid2 is ~2.5x Aaron Giles2008-12-221-83/+168
* Cleanups and version bump. Aaron Giles2008-12-221-51/+51
* Minor code simplification. Aaron Giles2008-12-211-5/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-63/+102
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-9/+9
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-1/+394
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-1/+1
* 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