summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386
Commit message (Expand)AuthorAgeFilesLines
* ui/ui.cpp: Fixed variable name auto-complete gone wrong. Vas Crabb2026-05-041-1/+2
* i8087: fix fprem1 cracyc2026-05-011-4/+12
* 3rdparty: Retired softfloat2. (#15270) Patrick Mackinlay2026-04-286-643/+599
* Fixed various things that C++20 doesn't allow: Vas Crabb2026-03-251-8/+6
* cpu/i386/i386.cpp: add CPUID brand ID for Pentium 3 and 4 angelosa2026-03-233-0/+5
* Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] Vas Crabb2026-03-186-42/+76
* i386: include the 486 cracyc2026-02-211-4/+1
* i386: adjust cs for ppro+ cracyc2026-02-211-1/+4
* i386: use the correct bits for dpl cracyc2026-02-211-1/+1
* i386: fix smm cracyc2026-02-211-4/+5
* srcclean and tidy Vas Crabb2026-02-221-1/+1
* skeleton/indiana.cpp: hookup a Paradise VGA angelosa2026-02-091-10/+10
* video/pc_vga.cpp: get rid of macros, optimize char selection base in text mod... angelosa2026-02-081-2/+17
* i386: set cpl after all memory reads are done in i386_task_switch cracyc2025-10-281-1/+1
* i386: throw faults from i386_trap so double and triple faults can be handled ... cracyc2025-08-1310-75/+75
* i86/nec: correction to idiv overflow hap2025-07-313-4/+4
* i386: check cpl in verr and verw cracyc2025-05-203-10/+17
* i386: check for fault before setting register cracyc2025-05-113-17/+25
* general: housekeeping and msvc warning elimination Patrick Mackinlay2025-01-031-1/+1
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-273-12/+12
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* i386: make the sse opcodes generate the #NM exception used to save\restore th... yz70s2024-11-012-15/+209
* igs/igs_m027.cpp, igs/igs_m027xa.cpp: Miscellaneous improvements: Vas Crabb2024-10-101-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-21/+21
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* i386: fix cycles when leaving rep when out of cycles and count == 0 cracyc2024-07-181-1/+1
* i386: correct various mmx and sse opcodes in pentops.hxx yz70s2024-07-191-103/+113
* i386: x87 stack top set to 0 when entering mmx state, generate #NM only from ... yz70s2024-07-131-4/+8
* i386.cpp: correct errors in pentops.hxx caused by bad mmxprolog routine yz70s2024-07-132-85/+86
* i386.cpp: correct buggy fxsave and fxrstor opcodes and let chihiro show 3D again yz70s2024-07-111-2/+2
* i386: disable logging cracyc2024-07-021-1/+1
* isa/dectalk: hack it to work until it can be better understood cracyc2024-07-025-17/+17
* i386: handle double and triple faults cracyc2024-03-231-29/+37
* i386: display cr0 and x87 status registers as before plus more usages for the... yz70s2024-01-178-86/+30
* i386: in the cpu state view show the flags of the x87 status words and some o... yz70s2024-01-165-8/+104
* i386: don't handle op/addr size prefixes twice in rep cracyc2023-12-121-3/+11
* i386: tzcnt fall back to bsf for 386 and 486 too cracyc2023-07-031-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+2
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-4/+4
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-281-11/+11
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-11/+11
* cpu/i386: Use logmacro.h granular logging. (#11171) Luigi Thirty2023-04-308-228/+243
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-187-74/+74
* nforcepc: make required changes to let it boot from floppy disk yz70s2023-03-132-6/+38
* Interrupt callback rationalization AJR2023-03-111-1/+1
* i386: add fxsave and fxstor cracyc2023-02-111-1/+65
* i386: emms should trap too cracyc2023-02-061-0/+5
* i386: nm fault if ts is set cracyc2023-02-045-1/+81
* i386: don't change x87 stack pointer until after memory access in case of a p... cracyc2023-02-043-16/+79
* softfloat: de-conflict include guards Patrick Mackinlay2023-02-011-2/+2