summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86
Commit message (Expand)AuthorAgeFilesLines
* i186: forgot this (nw) cracyc2014-12-151-0/+2
* i86: Fixed debugging with segment prefixes. (nw) Curt Coder2014-12-061-1/+4
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* nothing much Michaël Banaan Ananas2014-08-142-64/+73
* small cleanup Michaël Banaan Ananas2014-08-141-10/+12
* fixed usage of uninitialized members in i80186_cpu_device (nw) Oliver Stöneberg2014-08-081-2/+8
* Cleanups and version bump Miodrag Milanovic2014-07-221-4/+4
* (mess) rmnimbus: make scsi work (nw) cracyc2014-07-151-3/+0
* i186: interrupt level triggering and simplify timers (nw) cracyc2014-07-122-46/+39
* (mess) rmnimbus: fix and simplify more drawing code (nw) cracyc2014-07-072-32/+19
* i86.c: 0x60 shadow omitted in previous patch. Needed for DOS 2. [Bavarese] Scott Stone2014-07-011-1/+1
* i186: fix timer read (nw) cracyc2014-06-182-2/+7
* rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese] Scott Stone2014-06-091-6/+10
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-142-15/+15
* i86: Add 0x6x instruction shadows, used by DEC Rainbow MS-DOS 2.01. [R. Belmo... R. Belmont2014-05-101-2/+20
* fixed usage of uninitialized members in i80186_cpu_device (nw) Oliver Stöneberg2014-04-251-3/+7
* fixed usage of uninitialized member in i8086_common_cpu_device (nw) Oliver Stöneberg2014-04-251-0/+1
* fixed usage of uninitialized members in i80286_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+14
* fixed usage of uninitialized member in i8086_common_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+2
* i186: use static set irq and clean up leftovers (nw) cracyc2014-04-231-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* 8086 MOV sreg behavior confirmed on hardware, no longer a guess (nw) Alex W. Jackson2014-04-071-20/+2
* i286: fault on invalid sreg access (nw) cracyc2014-04-021-0/+11
* replace assert with guessed behavior + logerror (nw) Alex W. Jackson2014-04-021-2/+2
* added assert to src/emu/cpu/i86/i86.c for known index out-of-bounds access (nw) Oliver Stöneberg2014-04-021-0/+1
* i86: fix shifts by very large (> 32) amounts. fixes ibm xt detection by Dirk Best2014-02-141-14/+30
* Fixed MT05297. (nw) Ivan Vangelista2013-12-261-2/+5
* Continuing with "old GCC" fixes. (nw) R. Belmont2013-11-162-16/+16
* i286: fix trap flag (nw) cracyc2013-11-011-1/+4
* i286: fix task state segments (nw) cracyc2013-11-011-9/+10
* i186: timer is 1/4 internal clock, 1/8 external clock (nw) cracyc2013-10-201-2/+2
* i186: Added internal clock divider. [Curt Coder] Curt Coder2013-10-191-0/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-173-4/+3
* i386: int 0 when aam has a 0 radix (nw) cracyc2013-09-121-1/+1
* (mess) compis: doesn't appear to use text mode (nw) cracyc2013-08-231-1/+1
* (mess) compis: starts to read the floppies (nw) cracyc2013-08-201-1/+1
* fixed faulty if-condition in src/emu/cpu/i86/i186.c (nw) Oliver Stöneberg2013-08-191-1/+1
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-194-512/+1844
* (mess) at: preliminary PS/1 support [Carl] cracyc2013-07-252-0/+3
* i286: modernize [Carl] cracyc2013-07-2520-8768/+3258
* Make modernized i86 core endian-safe again (Alex Jackson) Alex W. Jackson2013-07-242-2/+8
* i86 fixes to get TX-1 and Buggy Boy working again -nw- Phil Bennett2013-07-201-7/+8
* i86: mov cs,ew is not a valid 80186 instruction (nw) cracyc2013-07-021-0/+22
* i86: modernize 80[1]86 [Carl, Wilbert Pol] cracyc2013-07-022-532/+3832
* i286: repurpose unneeded static config as a20 line callback (nw) cracyc2013-06-153-7/+24
* i86: don't lose save_xor on reset. (nw) R. Belmont2013-06-131-0/+3
* i286: that isn't needed anymore (nw) cracyc2013-04-091-1/+0
* i286: make the registers in the debugger follow the 386 layout (nw) cracyc2013-04-093-107/+158
* i386: RPL must be not be greater than DPL in LSL and LAR (nw) cracyc2013-04-051-2/+2