summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/instr86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i286: modernize [Carl] cracyc2013-07-251-3293/+0
* i286: make the registers in the debugger follow the 386 layout (nw) cracyc2013-04-091-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-413/+412
* i86.c: Fix shift timing cracyc2012-12-291-2/+2
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* i286 - Fix bunch of fault restarts [Carl] Miodrag Milanovic2011-06-161-54/+84
* i286 - core fixes enabling some progress on OS/2 1.1 by Carl (no whatsnew) Miodrag Milanovic2011-06-101-2/+2
* 286 - fixes the DOS/16M dos extender that comes with Lotus 123r3 [Carl] Miodrag Milanovic2011-06-071-8/+12
* i286 - Fix for Phar Lap and Borland 16-bit DPMI servers. [Carl] Miodrag Milanovic2011-06-071-0/+3
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* i286 - Fix for exception handling makes bios 13 from at to pass tests, by Car... Miodrag Milanovic2011-06-051-0/+3
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-2/+2
* i286 - enabling 287 emulation by trapping when needed [Carl] Miodrag Milanovic2011-05-291-0/+5
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-3/+3
* i286 - protection mode cleanup and fixes by Carl (no whatsnew) Miodrag Milanovic2011-05-201-5/+5
* i286 - More protected mode fixes by Carl (no whatsnew) Miodrag Milanovic2011-05-181-6/+47
* i86 - Implemented POP CS and MOV CS,reg instructions that are 8086 specific [... Miodrag Milanovic2011-05-181-2/+19
* i286 - Added 286 LOADALL and triple fault resets. [Carl] Miodrag Milanovic2011-05-171-76/+78
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-13/+13
* Fixed handling 80186 instructions [Phill Harvey-Smith] Miodrag Milanovic2011-01-101-101/+117
* i286.c: Partially implemented protected mode. Fixed verw, verr, lar, lsl, and... Wilbert Pol2010-10-311-20/+19
* More PPC GCC warning fixes. R. Belmont2010-01-151-3/+3
* Fixed x86 HLT instruction handling [Phill Harvey-Smith] Phil Bennett2009-12-311-2/+2
* 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-281-8/+8
* REP instructions with high interleave would never complete. Aaron Giles2008-12-301-32/+64
* Pointer-ified the i86/i286 cores. Aaron Giles2008-12-091-769/+769
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-306/+306
* I80286: Fixed POP ES in protected mode. Wilbert Pol2008-07-011-0/+6
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+3137