summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386: fix fpu log2 and atan cracyc2023-01-091-22/+9
* New working software list items angelosa2022-12-301-1/+1
* eminline.h: Additions AJR2022-09-251-4/+2
* bus/nubus/nubus_image.cpp, cpu/i386/i486ops.hxx: Use swapendian_int32 AJR2022-09-222-10/+8
* i8087: fsave resets the fpu cracyc2022-05-261-0/+1
* Initial work towards a sis630 based chipset driver (#9635) Angelo Salese2022-05-232-2/+32
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* i82371ab.cpp: convert to logmacro, fix log writes angelosa2022-04-151-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* rastersp.cpp: Added Football Crazy game. (#9383) Paul-Arnold2022-03-304-41/+65
* Debugger feature improvements AJR2022-03-271-21/+21
* cpu/i386: Changed a couple of disassembler helpers to return std::string. Vas Crabb2022-02-252-12/+10
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-123-12/+8
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-3/+3
* i386.cpp: when DEBUG_MISSING_OPCODE is defined, log a small backtrace yz70s2021-08-252-4/+16
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0