summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.h
Commit message (Expand)AuthorAgeFilesLines
* Re-enabled scheduler cothread execution. [Curt Coder] Curt Coder2011-07-191-1/+1
* Cleanups (?) and version bumpmame0143 Angelo Salese2011-06-281-1/+1
* Put cothread usage behind a compile-time define, off for now. Aaron Giles2011-06-251-0/+8
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-1/+7
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-2/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-72/+32
* BIG update. Aaron Giles2011-03-291-4/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-1/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Converted ASAP CPU core from a legacy CPU core to a modern device. Aaron Giles2010-09-071-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-9/+9
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-14/+2
* Use UINT64s for converting cycles <-> clocks. Aaron Giles2010-07-011-7/+7
* Remove the following functions: Aaron Giles2010-07-011-6/+0
* Fix performance regression for PowerPC games. The timing made heavy use of Aaron Giles2010-06-301-0/+2
* Cleanups and version bump. Aaron Giles2010-06-171-14/+14
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-2/+2
* Handle flag-less CPUs gracefully. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+519