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
/
devices
/
cpu
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up some commented out testing code (nw)
Melissa Goad
2019-06-12
1
-2
/
+3
*
Remove some msvc warnings (nw)
yz70s
2019-06-12
2
-0
/
+8
*
srcclean (nw)
Vas Crabb
2019-05-26
1
-4
/
+4
*
i386: fix enter insn (nw)
cracyc
2019-05-25
2
-6
/
+26
*
i386: Improve splitting of unaligned accesses (excluding program fetches)
AJR
2019-05-19
9
-4246
/
+4835
*
i386.cpp: athlon xp now supports system management mode (nw)
yz70s
2019-04-26
5
-122
/
+165
*
i386.cpp: add more msrs releted to smm to athlon xp (nw)
yz70s
2019-04-24
3
-1
/
+38
*
i386.cpp: athlon xp updates to memory access (nw)
yz70s
2019-04-07
3
-60
/
+113
*
i386.cpp: add new mame debugger function cacheflush(x) to writeback cache (nw)
yz70s
2019-04-05
2
-16
/
+50
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
7
-56
/
+637
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
7
-637
/
+56
*
srcclean (nw)
Vas Crabb
2019-03-24
2
-24
/
+24
*
i386: add a simple cache to the athlon xp processor (nw)
yz70s
2019-03-14
4
-0
/
+520
*
i386: correct error in previous change (nw)
yz70s
2019-02-26
1
-2
/
+2
*
i386: preparations to add the athlon xp cache (nw)
yz70s
2019-02-26
5
-30
/
+49
*
srcclean (nw)
Vas Crabb
2019-02-24
1
-9
/
+9
*
i386: add "to do" comments to to opcodes that effect the cache (nw)
yz70s
2019-02-10
2
-8
/
+9
*
i386: add comments about athlon memory type range register MSRs (nw)
yz70s
2019-01-29
1
-18
/
+57
*
i386/i486ops.hxx: Note on old change (nw)
AJR
2019-01-10
1
-0
/
+2
*
i386: fix esp after segment faults too (nw)
cracyc
2018-12-21
2
-2
/
+2
*
Fixed regressions reported by Tafoid, nw
mooglyguy
2018-12-16
1
-9
/
+2
*
x86: Step over the right instructions (and REP, not RET) (nw)
AJR
2018-12-13
1
-2
/
+2
*
x86: Step over RET instructions
AJR
2018-12-13
1
-2
/
+3
*
i386.cpp: move cpuid and msr routines to new file cpuidmsrs.hxx ... (nw)
yz70s
2018-12-09
3
-178
/
+404
*
i386: Signal a privilege change to the debugger whenever protected mode is en...
AJR
2018-11-10
3
-5
/
+15
*
i386.cpp: pentium mmx class derives from pentium_device (nw)
yz70s
2018-11-03
2
-13
/
+13
*
i386.cpp: prepare to change hxx files into regular cpp files (nw)
yz70s
2018-11-03
4
-373
/
+376
*
i386.cpp: add virtual methods for cpuid and msr instructions (nw)
yz70s
2018-11-02
5
-248
/
+237
*
Apply logical address mask properly in debug disassembly view
AJR
2018-08-24
1
-4
/
+1
*
i386.cpp: the cpuid opcode logs an error message if called with a not yet sup...
yz70s
2018-08-23
2
-4
/
+8
*
i386.cpp: Add enumeration for feature information bits (nw)
yz70s
2018-08-22
2
-0
/
+73
*
i386.cpp: Add Athlon XP processor (nw)
yz70s
2018-08-21
2
-1
/
+86
*
i386.cpp: XADD instructions must set flags based on sum result (nw)
yz70s
2018-08-04
1
-6
/
+12
*
Merge pull request #3785 from MoochMcGee/i386-fix
ajrhacker
2018-07-24
1
-2
/
+3
|
\
|
*
i386: Properly fix that detection check this time (nw)
Melissa Goad
2018-07-24
1
-2
/
+3
*
|
Fix tiny dead code bug (nw)
Melissa Goad
2018-07-24
1
-1
/
+1
|
/
*
i386: Fix a bug that could cause a relatively common CPU detection check to s...
Melissa Goad
2018-07-22
1
-1
/
+1
*
Avoid some unintended undefined behavior in devices/cpu/i386. Spotted by cppc...
Melissa Goad
2018-07-17
2
-2
/
+2
*
devcb3
Vas Crabb
2018-07-07
1
-2
/
+2
*
i386: don't mask top 8 bits of sgdt for 486 too, fixes win32s (nw)
cracyc
2018-06-01
1
-2
/
+2
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
2
-1
/
+3
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
3
-5
/
+18
*
i386: fix sp masking (nw)
cracyc
2018-04-17
1
-8
/
+8
*
i386: fix stack size in call too (nw)
cracyc
2018-04-15
2
-5
/
+10
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
2
-3
/
+3
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-10
/
+10
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-5
/
+5
*
i386/i286: fix default cs flags (nw)
cracyc
2018-02-02
1
-21
/
+26
*
i386: permit lock with other prefixes (nw)
cracyc
2018-01-08
1
-8
/
+8
[next]