summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86
Commit message (Expand)AuthorAgeFilesLines
...
* 04147: raiden: crashes if you use -debug switch [Alex Jackson] Phil Bennett2010-12-222-4/+4
* i286.c: Partially implemented protected mode. Fixed verw, verr, lar, lsl, and... Wilbert Pol2010-10-318-72/+297
* i80186/i80286: Fixed bound instruction restart when prefixed with a segment. ... Wilbert Pol2010-10-311-1/+1
* i286.c: Moved call of i80286_urinit to CPU_INIT. Fixed display of PC in the d... Wilbert Pol2010-10-281-9/+3
* Added INT1, INT2, INT3, DRQ0, DRQ1, TMRIN0, TMRIN1 input and TMROUT0, TMROUT1... Curt Coder2010-10-062-57/+126
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-215-92/+14
* Fix for i286 regression (no whatsnew) Miodrag Milanovic2010-08-201-0/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-193-4/+8
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-25/+32
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-194-10/+10
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-034-20/+18
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-172-4/+4
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-092-11/+8
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-082-10/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-105/+77
* i386/NEC disassembler updates: [Alex Jackson] Phil Bennett2010-04-011-1/+1
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-212-22/+22
* 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