index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
i386.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: Add hardware breakpoint functionality [Melissa Goad] (#3761)
Melissa Goad
2019-07-02
1
-0
/
+41
*
Remove some msvc warnings (nw)
yz70s
2019-06-12
1
-0
/
+5
*
i386: Improve splitting of unaligned accesses (excluding program fetches)
AJR
2019-05-19
1
-2782
/
+956
*
i386.cpp: athlon xp now supports system management mode (nw)
yz70s
2019-04-26
1
-7
/
+109
*
i386.cpp: add more msrs releted to smm to athlon xp (nw)
yz70s
2019-04-24
1
-0
/
+4
*
i386.cpp: athlon xp updates to memory access (nw)
yz70s
2019-04-07
1
-59
/
+95
*
i386.cpp: add new mame debugger function cacheflush(x) to writeback cache (nw)
yz70s
2019-04-05
1
-11
/
+38
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-8
/
+228
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-228
/
+8
*
i386: add a simple cache to the athlon xp processor (nw)
yz70s
2019-03-14
1
-0
/
+225
*
i386: preparations to add the athlon xp cache (nw)
yz70s
2019-02-26
1
-8
/
+3
*
i386.cpp: move cpuid and msr routines to new file cpuidmsrs.hxx ... (nw)
yz70s
2018-12-09
1
-178
/
+4
*
i386: Signal a privilege change to the debugger whenever protected mode is en...
AJR
2018-11-10
1
-5
/
+11
*
i386.cpp: pentium mmx class derives from pentium_device (nw)
yz70s
2018-11-03
1
-2
/
+2
*
i386.cpp: prepare to change hxx files into regular cpp files (nw)
yz70s
2018-11-03
1
-48
/
+163
*
i386.cpp: add virtual methods for cpuid and msr instructions (nw)
yz70s
2018-11-02
1
-4
/
+205
*
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
1
-4
/
+2
*
i386.cpp: Add enumeration for feature information bits (nw)
yz70s
2018-08-22
1
-0
/
+9
*
i386.cpp: Add Athlon XP processor (nw)
yz70s
2018-08-21
1
-0
/
+72
*
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
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-1
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-1
/
+12
*
i386: fix sp masking (nw)
cracyc
2018-04-17
1
-8
/
+8
*
i386: fix stack size in call too (nw)
cracyc
2018-04-15
1
-4
/
+8
*
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
1
-2
/
+2
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-10
/
+10
*
i386/i286: fix default cs flags (nw)
cracyc
2018-02-02
1
-21
/
+26
*
i386.cpp: small change to enter system management mode (nw)
S.Z
2017-12-17
1
-0
/
+1
*
i386: x87 bug fixes and FERR support [Andrey Merkulov]
cracyc
2017-12-16
1
-0
/
+3
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-53
/
+53
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-53
/
+53
*
i386.cpp: correct pentium_smi (nw)
S.Z
2017-12-10
1
-53
/
+53
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
1
-28
/
+5
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-1
/
+1
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-2
/
+6
*
i386: use correct stack size in retf (nw)
cracyc
2017-10-17
1
-3
/
+3
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-3
/
+4
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-4
/
+3
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+8
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-41
/
+31
*
i386: add a cpuid supporting 486 (nw)
cracyc
2017-04-10
1
-0
/
+21
*
i386: ignore float exceptions in debugger (nw)
cracyc
2017-04-09
1
-0
/
+1
*
i386: save additional CPU flags
Scott Percival
2017-03-23
1
-2
/
+23
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-10
/
+10
[next]