summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.c
Commit message (Expand)AuthorAgeFilesLines
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-0/+20
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-31/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-238/+215
* BIG update. Aaron Giles2011-03-291-12/+12
* 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
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-11/+11
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+1
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-6/+6
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-12/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* Converted ASAP CPU core from a legacy CPU core to a modern device. Aaron Giles2010-09-071-14/+14
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-3/+3
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-39/+51
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-14/+14
* Use UINT64s for converting cycles <-> clocks. Aaron Giles2010-07-011-2/+2
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-3/+3
* Cleanups and version bump. Aaron Giles2010-06-171-26/+26
* Fix sound timing issues. Aaron Giles2010-06-171-1/+1
* More OS X PPC compile fixes (no whatsnew) R. Belmont2010-06-171-1/+1
* Regression fixes: Aaron Giles2010-06-141-0/+7
* Fix several timing problems: Aaron Giles2010-06-101-1/+3
* Tweak to s2650 IRQ cycle handling to fix gcc codegen bug. Aaron Giles2010-06-091-0/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+1000