index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
cpu
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
12
-34341
/
+0
*
blame balrog for this :) (NW)
Cowering
2015-07-08
2
-3
/
+3
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-3
/
+3
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
1
-10
/
+10
*
update for Philip Bennett (nw)
Miodrag Milanovic
2015-05-18
11
-11
/
+11
*
credit the drivers with meaningful work (nw)
Peter Ferrie
2015-05-16
1
-1
/
+1
*
licensing update (nw)
yz70s
2015-05-15
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-19
/
+19
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-19
/
+19
*
Decorate 64-bit constants, fixes some 32-bit builds
Vas Crabb
2015-03-26
1
-24
/
+24
*
Cleanups and version bump
mame0160
Miodrag Milanovic
2015-03-25
2
-5
/
+5
*
mediagx: implement missing opcodes
Peter Ferrie
2015-03-19
3
-0
/
+285
*
i386.c: new implementation of x87 opcode fprem based on intel manual since cu...
yz70s
2015-03-14
1
-4
/
+32
*
i386.c: x87 fpatan implemented using atan2() and not atan() (nw)
yz70s
2015-03-14
1
-1
/
+1
*
i386.c: remove bug in x87 fsave and frstor (nw)
yz70s
2015-03-14
1
-2
/
+2
*
i386.c: add sse opcodes of the form 66 0f xx and f2 0f xx (nw)
yz70s
2015-03-10
3
-124
/
+2528
*
i386.c: x87 condition code flag C1 must be 1 in case of a stack overflow, 0 i...
yz70s
2015-03-03
1
-3
/
+3
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
1
-1
/
+1
*
i386.c: updates for the future and more [Samuele Zannoli]
yz70s
2015-02-22
4
-108
/
+777
*
i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE F...
yz70s
2015-02-05
2
-1
/
+378
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-2
/
+2
*
i386: sse opcodes improvements [Samuele Zannoli]
yz70s
2015-01-25
1
-48
/
+82
*
i386: add disassembly of opcodes MOVHLPS and movLHPS (nw)
yz70s
2015-01-24
1
-11
/
+52
*
i386: store all 32-bits of gdt and idt base with 16-bit sgdt and sidt [nw]
cracyc
2015-01-21
1
-2
/
+2
*
Fix compile and cleanup includes (nw)
Miodrag Milanovic
2015-01-11
1
-2
/
+2
*
Moved softfloat to 3rdparty (nw)
Miodrag Milanovic
2015-01-10
1
-2
/
+2
*
pentium: More support of the magic 0x66 prefix [O. Galibert]
Olivier Galibert
2014-11-20
1
-7
/
+29
*
pentium: This is the kind of problems you find when a bios uses xmm4 as call ...
Olivier Galibert
2014-11-19
5
-14
/
+81
*
pentium: Some stuff to make lindbergh go further [O. Galibert]
Olivier Galibert
2014-11-09
5
-6
/
+94
*
i386: MMX disassembly fixes [O. Galibert]
Olivier Galibert
2014-11-09
1
-12
/
+20
*
i386: call with expand down stack [Carl]
cracyc
2014-11-01
1
-6
/
+6
*
i386: GP fault with softint in v86 mode when iopl < 3 [Carl]
cracyc
2014-10-31
1
-0
/
+9
*
i386: move initialisation of m_lock to i386_common_init(), so that it is alwa...
mahlemiut
2014-10-31
1
-1
/
+1
*
i386: fix more presence checks (nw)
cracyc
2014-10-27
1
-2
/
+2
*
i386: fix segment present check for calls to a TSS
mahlemiut
2014-10-28
1
-2
/
+2
*
i386: zero descriptors and stack size (nw)
cracyc
2014-10-27
3
-70
/
+223
*
i386: mark tss busy [Carl]
cracyc
2014-10-27
2
-2
/
+12
*
i386: lock [Barry Rodewald, Carl]
cracyc
2014-10-27
4
-507
/
+527
*
i386: expand down ring 0 stack (nw)
cracyc
2014-10-07
1
-2
/
+2
*
i386: fix vem486 (nw)
cracyc
2014-10-06
1
-3
/
+4
*
i386: this seemed to be the consensus, anyone else (judge, micko?) need addin...
cracyc
2014-07-21
12
-1
/
+25
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-3
/
+3
*
fixed usage of uninitialized member in i386_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+1
*
fixed usage of uninitialized member in i386_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+2
*
Chihiro improvements: [Samuele Zannoli]
Scott Stone
2014-04-10
1
-2
/
+2
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+0
*
more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw)
Oliver Stöneberg
2014-03-19
7
-6
/
+6
*
i386.c: Modernised cpu core. [Wilbert Pol]
Wilbert Pol
2014-03-03
10
-9635
/
+10394
*
second round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-0
/
+2
*
i386: permit more msrs for the pentium bios (nw)
cracyc
2013-12-03
1
-1
/
+13
[next]