summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i386
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1312-34341/+0
* blame balrog for this :) (NW) Cowering2015-07-082-3/+3
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-3/+3
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-10/+10
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-1811-11/+11
* credit the drivers with meaningful work (nw) Peter Ferrie2015-05-161-1/+1
* licensing update (nw) yz70s2015-05-151-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-19/+19
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-19/+19
* Decorate 64-bit constants, fixes some 32-bit builds Vas Crabb2015-03-261-24/+24
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-252-5/+5
* mediagx: implement missing opcodes Peter Ferrie2015-03-193-0/+285
* i386.c: new implementation of x87 opcode fprem based on intel manual since cu... yz70s2015-03-141-4/+32
* i386.c: x87 fpatan implemented using atan2() and not atan() (nw) yz70s2015-03-141-1/+1
* i386.c: remove bug in x87 fsave and frstor (nw) yz70s2015-03-141-2/+2
* i386.c: add sse opcodes of the form 66 0f xx and f2 0f xx (nw) yz70s2015-03-103-124/+2528
* i386.c: x87 condition code flag C1 must be 1 in case of a stack overflow, 0 i... yz70s2015-03-031-3/+3
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* i386.c: updates for the future and more [Samuele Zannoli] yz70s2015-02-224-108/+777
* i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE F... yz70s2015-02-052-1/+378
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-2/+2
* i386: sse opcodes improvements [Samuele Zannoli] yz70s2015-01-251-48/+82
* i386: add disassembly of opcodes MOVHLPS and movLHPS (nw) yz70s2015-01-241-11/+52
* i386: store all 32-bits of gdt and idt base with 16-bit sgdt and sidt [nw] cracyc2015-01-211-2/+2
* Fix compile and cleanup includes (nw) Miodrag Milanovic2015-01-111-2/+2
* Moved softfloat to 3rdparty (nw) Miodrag Milanovic2015-01-101-2/+2
* pentium: More support of the magic 0x66 prefix [O. Galibert] Olivier Galibert2014-11-201-7/+29
* pentium: This is the kind of problems you find when a bios uses xmm4 as call ... Olivier Galibert2014-11-195-14/+81
* pentium: Some stuff to make lindbergh go further [O. Galibert] Olivier Galibert2014-11-095-6/+94
* i386: MMX disassembly fixes [O. Galibert] Olivier Galibert2014-11-091-12/+20
* i386: call with expand down stack [Carl] cracyc2014-11-011-6/+6
* i386: GP fault with softint in v86 mode when iopl < 3 [Carl] cracyc2014-10-311-0/+9
* i386: move initialisation of m_lock to i386_common_init(), so that it is alwa... mahlemiut2014-10-311-1/+1
* i386: fix more presence checks (nw) cracyc2014-10-271-2/+2
* i386: fix segment present check for calls to a TSS mahlemiut2014-10-281-2/+2
* i386: zero descriptors and stack size (nw) cracyc2014-10-273-70/+223
* i386: mark tss busy [Carl] cracyc2014-10-272-2/+12
* i386: lock [Barry Rodewald, Carl] cracyc2014-10-274-507/+527
* i386: expand down ring 0 stack (nw) cracyc2014-10-071-2/+2
* i386: fix vem486 (nw) cracyc2014-10-061-3/+4
* i386: this seemed to be the consensus, anyone else (judge, micko?) need addin... cracyc2014-07-2112-1/+25
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* fixed usage of uninitialized member in i386_device (nw) Oliver Stöneberg2014-04-241-0/+1
* fixed usage of uninitialized member in i386_device (nw) Oliver Stöneberg2014-04-241-0/+2
* Chihiro improvements: [Samuele Zannoli] Scott Stone2014-04-101-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-197-6/+6
* i386.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-03-0310-9635/+10394
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* i386: permit more msrs for the pentium bios (nw) cracyc2013-12-031-1/+13