summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i386/i386.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1536/+0
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* mediagx: implement missing opcodes Peter Ferrie2015-03-191-0/+7
* i386.c: add sse opcodes of the form 66 0f xx and f2 0f xx (nw) yz70s2015-03-101-0/+120
* i386.c: updates for the future and more [Samuele Zannoli] yz70s2015-02-221-1/+33
* i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE F... yz70s2015-02-051-0/+11
* Fix compile and cleanup includes (nw) Miodrag Milanovic2015-01-111-2/+2
* Moved softfloat to 3rdparty (nw) Miodrag Milanovic2015-01-101-2/+2
* pentium: This is the kind of problems you find when a bios uses xmm4 as call ... Olivier Galibert2014-11-191-0/+1
* pentium: Some stuff to make lindbergh go further [O. Galibert] Olivier Galibert2014-11-091-0/+3
* i386: lock [Barry Rodewald, Carl] cracyc2014-10-271-0/+4
* i386: this seemed to be the consensus, anyone else (judge, micko?) need addin... cracyc2014-07-211-0/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* i386.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-03-031-14/+1340
* i386: preliminary cpu-side smi support (nw) cracyc2013-06-231-0/+5
* i386: split 386sx to separate cpu (nw) cracyc2013-03-121-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* i386: Added CPU types for Pentium MMX, Pentium Pro, Pentium II, Pentium III a... Ville Linde2012-07-061-0/+5
* Fixed LLDT [reg], LTR and LMSW instructions, and added preliminary implementa... Angelo Salese2011-02-121-19/+19
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-19/+19
* Fixed unaligned 16 and 32-bit i/o accesses in i386 CPU core [Barry Rodewald] Angelo Salese2010-09-291-19/+19
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-9/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-251-25/+25
* i386: implemented SLDT & STR opcodes Angelo Salese2009-10-171-25/+25
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-22/+25
* CPU header cleanups.... Aaron Giles2008-12-181-890/+12
* Pointer-ified the i386. Aaron Giles2008-12-101-223/+222
* change_pc? What change_pc? Aaron Giles2008-11-241-4/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-55/+58
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-9/+9
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-1/+2
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-4/+8
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-3/+5
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+898