summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-7/+7
* More PPC GCC warning fixes. R. Belmont2010-01-153-5/+5
* Within src/emu, basic conversions: Aaron Giles2010-01-122-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-104-3/+2
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-1/+1
* Fixed x86 HLT instruction handling [Phill Harvey-Smith] Phil Bennett2009-12-313-11/+38
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-5/+5
* Results of running the latest srcclean. Aaron Giles2009-12-285-54/+54
* > -----Original Message----- Aaron Giles2009-09-241-5/+19
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-082-15/+15
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-07-021-1/+2
* Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build Fabio Priuli2009-04-111-1/+1
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-252-12/+0
* 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