summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86
Commit message (Expand)AuthorAgeFilesLines
* CPU cores now compile cleanly. Aaron Giles2009-03-152-16/+35
* REP instructions with high interleave would never complete. Aaron Giles2008-12-303-32/+69
* Cleanups and version bump. Aaron Giles2008-12-222-10/+10
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-202-22/+22
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-192-18/+18
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-192-131/+228
* CPU header cleanups.... Aaron Giles2008-12-189-197/+172
* Removed unneeded segment base changes from the 80286 core. Wilbert Pol2008-12-171-5/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-175-0/+5
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-112-4/+0
* Pointer-ified the i86/i286 cores. Aaron Giles2008-12-0922-4414/+2498
* activecpu_count -= 133 Aaron Giles2008-12-061-17/+17
* Removed unused variables Nathan Woods2008-12-052-2/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-052-55/+55
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-042-2/+2
* change_pc? What change_pc? Aaron Giles2008-11-242-4/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-242-2/+0
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-225-67/+42
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-212-3/+3
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-4/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-172-57/+57
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-132-5/+3
* Removed save_device pattern if favor of just accepting the Aaron Giles2008-11-101-3/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-17/+17
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-0810-36/+36
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-064-357/+364
* 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-1311-83/+6
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-1122-30/+137
* I80286: Fixed POP ES in protected mode. Wilbert Pol2008-07-011-0/+6
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-263-12/+4
* Fixed memory access in the 80286 cpu core which made i286.h obsolete. Changed... Wilbert Pol2008-05-242-38/+4
* Fixed 80286 databus widths. Wilbert Pol2008-05-191-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-242-2/+0
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-092-39/+15
* Various clean ups: Couriersud2008-03-011-0/+1
* Fix compile issues introduced with r844 Couriersud2008-03-011-6/+0
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-2/+6
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-022-11/+11
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-252-2/+4
* Cleaned up leland clocks a little. Aaron Giles2008-01-151-0/+4
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-142-0/+2
* (From Atari Ace) Aaron Giles2007-12-312-15/+11
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-174-4/+4
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-172-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-1732-0/+9440