summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i386/i386ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-2536/+0
* i386.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-03-031-1039/+1039
* i386: int 0 when aam has a 0 radix (nw) cracyc2013-09-121-0/+5
* i386: preliminary cpu-side smi support (nw) cracyc2013-06-231-6/+0
* i386: rep ret (seriously) (nw) cracyc2013-03-011-0/+5
* i386: popfd should trap in v86 mode (nw) cracyc2013-02-281-10/+10
* i386: oops (nw) cracyc2013-02-121-1/+1
* i386: fix undefined shift behavior (nw) cracyc2013-02-121-2/+2
* i386: add tlb [Carl] cracyc2013-01-311-1/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-226/+226
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-1/+0
* Don't crash on REP NOP [Carl, Alegend45] cracyc2012-10-221-0/+4
* i386: 486+ WP bit support [Carl] cracyc2012-10-201-3/+14
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-4/+4
* fix of a fix of a fix ;) (no whatsnew) mahlemiut2012-08-201-2/+2
* Fix of a fix (nw) Miodrag Milanovic2012-08-201-0/+26
* Various changes to i386 CPU core and Chihiro emulation, allowing it to show a... Angelo Salese2012-07-051-4/+20
* i386: IRET/Virtual 8086 mode fixes [Carl] mahlemiut2012-05-171-9/+3
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-2/+2
* Various i386, x87 and PIC fixes. [Carl] mahlemiut2012-03-091-10/+44
* i386: LOCK prefix should depend on IOPL on 386. Windows NT beta boots. [Carl] mahlemiut2012-02-241-6/+2
* i386: Added 32-bit versions of LMSW, and made LMSW only change the lower mahlemiut2012-02-221-1/+4
* One more to fix cmpsb (dir /s works now) and remove unused variables. [Carl] Miodrag Milanovic2012-02-201-1/+1
* i386: Major update to segment limit and protection checking. [Carl] mahlemiut2012-01-291-82/+82
* i386: Yet more fixes from MESS. mahlemiut2012-01-221-3/+7
* Beginning to implement page faults [Carl] mahlemiut2012-01-141-2/+20
* i386: Bit more progress towards getting 386 enhanced mode Windows running. [C... mahlemiut2012-01-121-1/+1
* i386: Fixed high bits in eflags register from being changed by POPF, and mahlemiut2012-01-111-0/+6
* i386: Made a start at Virtual 8086 Mode. Not fully working yet, though. mahlemiut2012-01-091-2/+10
* i386: Moved stack changes to be after protection checks in RETF and IRET mahlemiut2012-01-061-19/+29
* Patch for i386 helps booting Phoenix bios from Carl (no whatsnew) Miodrag Milanovic2012-01-031-0/+2
* i386: Various fixes. [Barry Rodewald] Miodrag Milanovic2011-07-061-4/+28
* i386: Implemented task gates, call gates, and task state segments (both Miodrag Milanovic2011-06-171-4/+4
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-6/+7
* i386: Changed READ/WRITEPORT macros to inline functions to properly support a... Dirk Best2011-02-131-10/+10
* i386+ core updates: [Samuele Zannoli] Phil Bennett2010-03-311-0/+1
* i386: Improved accuracy of the various emulated models, makes CPU detection p... Dirk Best2010-01-151-2/+10
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* ---------- Forwarded message ---------- Aaron Giles2009-12-231-12/+12
* i386 core improvements: [Barry Rodewald] Phil Bennett2009-12-101-0/+5
* Fixed i386 REP prefix to use segment:SI when address size is 16-bit (ie: when... Phil Bennett2009-11-281-2/+2
* i386: improved handling of override prefixes after a rep instruction [Gabriel... Michaël Banaan Ananas2009-09-141-18/+49
* Cleanups and version bump. Aaron Giles2009-09-101-1/+1
* i386 fixes: [Gabriele Gorla] Aaron Giles2009-09-101-4/+34
* fixed i386 carry/borrow flag in ADC/SBB [Gabriele Gorla] Michaël Banaan Ananas2009-08-301-28/+21
* 02785: a51site4: Interger Overflow with -debug Aaron Giles2008-12-301-1/+2
* Pointer-ified the i386. Aaron Giles2008-12-101-956/+956