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
*
ui/ui.cpp: Fixed variable name auto-complete gone wrong.
Vas Crabb
2026-05-04
1
-1
/
+2
*
i8087: fix fprem1
cracyc
2026-05-01
1
-4
/
+12
*
3rdparty: Retired softfloat2. (#15270)
Patrick Mackinlay
2026-04-28
6
-643
/
+599
*
Fixed various things that C++20 doesn't allow:
Vas Crabb
2026-03-25
1
-8
/
+6
*
cpu/i386/i386.cpp: add CPUID brand ID for Pentium 3 and 4
angelosa
2026-03-23
3
-0
/
+5
*
Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz]
Vas Crabb
2026-03-18
6
-42
/
+76
*
i386: include the 486
cracyc
2026-02-21
1
-4
/
+1
*
i386: adjust cs for ppro+
cracyc
2026-02-21
1
-1
/
+4
*
i386: use the correct bits for dpl
cracyc
2026-02-21
1
-1
/
+1
*
i386: fix smm
cracyc
2026-02-21
1
-4
/
+5
*
srcclean and tidy
Vas Crabb
2026-02-22
1
-1
/
+1
*
skeleton/indiana.cpp: hookup a Paradise VGA
angelosa
2026-02-09
1
-10
/
+10
*
video/pc_vga.cpp: get rid of macros, optimize char selection base in text mod...
angelosa
2026-02-08
1
-2
/
+17
*
i386: set cpl after all memory reads are done in i386_task_switch
cracyc
2025-10-28
1
-1
/
+1
*
i386: throw faults from i386_trap so double and triple faults can be handled ...
cracyc
2025-08-13
10
-75
/
+75
*
i86/nec: correction to idiv overflow
hap
2025-07-31
3
-4
/
+4
*
i386: check cpl in verr and verw
cracyc
2025-05-20
3
-10
/
+17
*
i386: check for fault before setting register
cracyc
2025-05-11
3
-17
/
+25
*
general: housekeeping and msvc warning elimination
Patrick Mackinlay
2025-01-03
1
-1
/
+1
*
dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ...
Vas Crabb
2024-11-27
3
-12
/
+12
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-0
/
+1
*
i386: make the sse opcodes generate the #NM exception used to save\restore th...
yz70s
2024-11-01
2
-15
/
+209
*
igs/igs_m027.cpp, igs/igs_m027xa.cpp: Miscellaneous improvements:
Vas Crabb
2024-10-10
1
-1
/
+1
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
2
-21
/
+21
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
i386: fix cycles when leaving rep when out of cycles and count == 0
cracyc
2024-07-18
1
-1
/
+1
*
i386: correct various mmx and sse opcodes in pentops.hxx
yz70s
2024-07-19
1
-103
/
+113
*
i386: x87 stack top set to 0 when entering mmx state, generate #NM only from ...
yz70s
2024-07-13
1
-4
/
+8
*
i386.cpp: correct errors in pentops.hxx caused by bad mmxprolog routine
yz70s
2024-07-13
2
-85
/
+86
*
i386.cpp: correct buggy fxsave and fxrstor opcodes and let chihiro show 3D again
yz70s
2024-07-11
1
-2
/
+2
*
i386: disable logging
cracyc
2024-07-02
1
-1
/
+1
*
isa/dectalk: hack it to work until it can be better understood
cracyc
2024-07-02
5
-17
/
+17
*
i386: handle double and triple faults
cracyc
2024-03-23
1
-29
/
+37
*
i386: display cr0 and x87 status registers as before plus more usages for the...
yz70s
2024-01-17
8
-86
/
+30
*
i386: in the cpu state view show the flags of the x87 status words and some o...
yz70s
2024-01-16
5
-8
/
+104
*
i386: don't handle op/addr size prefixes twice in rep
cracyc
2023-12-12
1
-3
/
+11
*
i386: tzcnt fall back to bsf for 386 and 486 too
cracyc
2023-07-03
1
-0
/
+1
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+2
*
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be...
arbee
2023-06-03
1
-4
/
+4
*
srcclean in preparation for MAME 0.255 branch
Vas Crabb
2023-05-28
1
-11
/
+11
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-11
/
+11
*
cpu/i386: Use logmacro.h granular logging. (#11171)
Luigi Thirty
2023-04-30
8
-228
/
+243
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
7
-74
/
+74
*
nforcepc: make required changes to let it boot from floppy disk
yz70s
2023-03-13
2
-6
/
+38
*
Interrupt callback rationalization
AJR
2023-03-11
1
-1
/
+1
*
i386: add fxsave and fxstor
cracyc
2023-02-11
1
-1
/
+65
*
i386: emms should trap too
cracyc
2023-02-06
1
-0
/
+5
*
i386: nm fault if ts is set
cracyc
2023-02-04
5
-1
/
+81
*
i386: don't change x87 stack pointer until after memory access in case of a p...
cracyc
2023-02-04
3
-16
/
+79
*
softfloat: de-conflict include guards
Patrick Mackinlay
2023-02-01
1
-2
/
+2
[next]