summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpuexec.h
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+4
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-17/+13
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+2
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-7/+6
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed address_map2 items from the CPU config, etc. Aaron Giles2009-05-091-2/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+58
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-7/+10
* Improved 64-bit fix. R. Belmont2008-12-171-17/+2
* Fix fatal pointer truncation on 64-bit builds. R. Belmont2008-12-171-0/+15
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-17/+93
* Expanded cpuexec cycles <-> attotime functions to handle UINT64s. Aaron Giles2008-12-131-2/+2
* Here's the big one.... Aaron Giles2008-12-111-1/+11
* 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS Aaron Giles2008-12-041-30/+13
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+4
* Removed globals from cpuexec. Aaron Giles2008-11-251-0/+6
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-0/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-266/+90
* UPI-41/42 (still I8x41.c) changes: Couriersud2008-11-091-2/+5
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-1/+2
* More mcs51 updates Couriersud2008-10-201-0/+9
* Changed i8039 core to use the data address space for internal RAM. Aaron Giles2008-08-251-3/+7
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-0/+3
* SH-2 DRC updates: R. Belmont2008-08-161-0/+1
* Renamed "Nintendo z80gb" cpu core to "Sharp LR35902". Wilbert Pol2008-06-161-1/+1
* COP4xx: Curt Coder2008-06-121-0/+1
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-1/+4
* DS5002FP core Manuel Abadia2008-05-121-0/+1
* Fixed the SR masks for MTC0. smf-2008-04-061-0/+1
* From: notaz [mailto:notasas@gmail.com] Aaron Giles2008-03-131-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Moves watchdog processing logic into its own module Zsolt Vasvari2008-03-021-10/+0
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-0/+1
* From: Wilbert Pol [mailto:wilbert@jdg.info] Aaron Giles2008-02-281-0/+3
* Added i8749 CPU type for MESS. Curt Coder2008-02-191-0/+1
* From Atari Ace: Zsolt Vasvari2008-02-181-0/+1
* - New game: Puzzlet (NOT_WORKING) Luca Elia2008-02-021-0/+2
* Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h. Aaron Giles2008-01-291-123/+91
* Removed distinction between *_gettotalcycles() and *_gettotalcycles64(). Aaron Giles2008-01-291-4/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-20/+0
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-9/+9
* Added XTAL clocks to zaxxon.c. Aaron Giles2008-01-131-0/+2
* i8039.c/mario.c: Couriersud2008-01-121-0/+2
* (From Dave Dribin) Aaron Giles2008-01-111-1/+1
* (From AtariAce) Aaron Giles2008-01-081-2/+2