summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpuintrf.h
Commit message (Expand)AuthorAgeFilesLines
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-3/+3
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-4/+4
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-4/+17
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-37/+27
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-1/+3
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-130/+21
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-8/+30
* Fixed registers view to only show those entries valid for the Aaron Giles2008-12-191-0/+1
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-26/+26
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-69/+120
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-449/+0
* More device normalization: Aaron Giles2008-12-161-98/+31
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-276/+501
* Fixed remaining crash regressions from recent changes. Aaron Giles2008-12-131-0/+2
* Removed safe_cpu_get_pc() which doesn't really make sense anymore. Aaron Giles2008-12-111-14/+12
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-20/+0
* Here's the big one.... Aaron Giles2008-12-111-9/+3
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-0/+3
* Removed cpunum_get_active(). Aaron Giles2008-12-061-3/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-71/+85
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-9/+1
* Big debugger cleanup. Aaron Giles2008-12-031-70/+1
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-13/+0
* Another big one. Aaron Giles2008-11-201-1/+24
* Fixed "H8/3344" to "H8/3334" as per Guru. R. Belmont2008-11-191-1/+1
* Big H8 update R. Belmont2008-11-191-0/+1
* Pointerized the COP400 CPU cores. Curt Coder2008-11-181-6/+15
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-3/+0
* Disassemblers now get the CPU object. Aaron Giles2008-11-161-3/+3
* Const-ified the return from cpu_get_address_space. Aaron Giles2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+17
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-112/+402
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-38/+39
* Major cpuintrf changes: Aaron Giles2008-11-101-132/+67
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-5/+4
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-17/+65
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-6/+30
* Adding per-device and per-CPU validity checks Nathan Woods2008-07-061-0/+3
* Several miscellaneous changes: Aaron Giles2008-05-291-2/+18
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+5
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-40/+40
* Moves watchdog processing logic into its own module Zsolt Vasvari2008-03-021-0/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+516