summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/pdp1
Commit message (Expand)AuthorAgeFilesLines
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-082-18/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-3/+3
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-41/+41
* CPU cores now compile cleanly. Aaron Giles2009-03-152-23/+41
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-202-27/+27
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-192-18/+18
* 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-172-0/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-2/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-112-6/+0
* Pointer-ified the PDP1 core. Aaron Giles2008-12-102-297/+296
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-11/+4
* Minor cleanup for empty SET_CONTEXT handlers. Aaron Giles2008-12-091-3/+1
* Pointer-ified the PDP1/TX0 core. Wilbert Pol2008-12-082-327/+320
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-042-3/+3
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-243-10/+10
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-242-2/+0
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-2/+2
* More memory conversions. Aaron Giles2008-11-233-2/+10
* More conversions, plus tested CPU cores that were previously disabled. Aaron Giles2008-11-222-2/+7
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-212-3/+3
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-132-4/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-132-100/+100
* Major cpuintrf changes: Aaron Giles2008-11-103-5/+5
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-092-5/+5
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-086-30/+30
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-062-21/+21
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-042-0/+2
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-132-7/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-3/+0
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-264-15/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-242-2/+0
* Added missing #include Nathan Woods2008-02-151-0/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-024-13/+13
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-142-0/+3
* (From Atari Ace) Aaron Giles2007-12-312-15/+9
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-176-0/+3757