summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i386/i386op16.c
Commit message (Expand)AuthorAgeFilesLines
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-3708/+0
* i386.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-03-031-1454/+1454
* i386: RPL must be not be greater than DPL in LSL and LAR (nw) cracyc2013-04-051-2/+4
* i386: popfd should trap in v86 mode (nw) cracyc2013-02-281-9/+6
* (mess) i386: int 6 on invalid LxS insn. Makes NTVDM happier. (nw) cracyc2013-02-281-12/+15
* i386: fix undefined shift behavior (nw) cracyc2013-02-121-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-10/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-276/+275
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-7/+7
* Fix of a fix (nw) Miodrag Milanovic2012-08-201-26/+0
* -i386: xlat implementation fix [Alegend45] Miodrag Milanovic2012-08-201-2/+16
* Fix of i386 issue (nw) Miodrag Milanovic2012-05-201-2/+2
* i386: another small vm86 fix [Carl] mahlemiut2012-05-201-2/+2
* i386: IRET/Virtual 8086 mode fixes [Carl] mahlemiut2012-05-171-72/+40
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-1/+1
* i386: fix for bt? instructions [Carl] mahlemiut2012-04-301-9/+13
* Various i386, x87 and PIC fixes. [Carl] mahlemiut2012-03-091-73/+143
* i386: Added 32-bit versions of LMSW, and made LMSW only change the lower mahlemiut2012-02-221-2/+2
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-2/+2
* i386: Major update to segment limit and protection checking. [Carl] mahlemiut2012-01-291-110/+110
* i386: Yet more fixes from MESS. mahlemiut2012-01-221-82/+246
* i386: Further fixes from MESS, including Carl's JCXZ fix. mahlemiut2012-01-211-3/+11
* i386: Fixed STR and SLDT instructions. mahlemiut2012-01-201-4/+2
* i386: Fixed BSR/BSF and CMPS based on test-i386 output. mahlemiut2012-01-191-3/+3
* i386: BTR and page fault fixes from Carl, and basic implementation of FIST an... mahlemiut2012-01-181-4/+12
* i386: Reset NT flag on interrupt in V86 mode. (no whatsnew) mahlemiut2012-01-151-2/+5
* i386: various fixes to 486 and Pentium eflags from MESS, and Carl's small mahlemiut2012-01-131-0/+10
* 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-2/+14
* i386: Made a start at Virtual 8086 Mode. Not fully working yet, though. mahlemiut2012-01-091-1/+1
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-1/+1
* i386: Moved stack changes to be after protection checks in RETF and IRET mahlemiut2012-01-061-1/+1
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-1/+1
* i386: Various fixes. [Barry Rodewald] Miodrag Milanovic2011-07-061-1/+15
* i386: Implemented task gates, call gates, and task state segments (both Miodrag Milanovic2011-06-171-68/+91
* i386: Changed READ/WRITEPORT macros to inline functions to properly support a... Dirk Best2011-02-131-4/+4
* Fixed LLDT [reg], LTR and LMSW instructions, and added preliminary implementa... Angelo Salese2011-02-121-9/+199
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-3/+3
* i386: Small fix for the i386 core, correcting the LLDT Fabio Priuli2010-02-181-0/+6
* i386: Improved accuracy of the various emulated models, makes CPU detection p... Dirk Best2010-01-151-0/+8
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* ---------- Forwarded message ---------- Aaron Giles2009-12-231-0/+27
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-2/+2
* i386 core fixes: [Barry Rodewald] Phil Bennett2009-11-051-1/+34
* i386: implemented SLDT & STR opcodes Angelo Salese2009-10-171-0/+36
* fixed i386 carry/borrow flag in ADC/SBB [Gabriele Gorla] Michaël Banaan Ananas2009-08-301-36/+27
* Pointer-ified the i386. Aaron Giles2008-12-101-1335/+1335
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-141-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+3156