summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386: handle double and triple faults cracyc5 days1-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
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-3/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-254-37/+43
* i386: Future-proofing for upcoming debugger refactoring (nw) AJR2020-05-232-1/+1
* Add file missing from e9fe64ecdb7c4da51da9e595de75dfaa1db394a2 (nw) AJR2020-05-021-0/+2
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-132-15/+15
* i386/i8087: add alias for fstp st(i) cracyc2020-04-051-0/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* i386: movzx r16 rm16 is an alias for mov cracyc2020-01-181-2/+2
* i386: round before checking for exceptions (nw) cracyc2019-12-301-8/+4
* i386: oops (nw) cracyc2019-12-301-1/+1
* i386: fix over/underflow result and zero div (nw) cracyc2019-12-302-13/+21
* Merge branch 'release0217' into mainline-master Vas Crabb2019-12-231-1/+1
|\
| * i386: feni and fdisi are nops on the 387+ (nw) cracyc2019-12-221-0/+2
* | i386: feni and fdisi are nops on the 387+ (nw) cracyc2019-12-211-0/+2
* | i8087: save pointers in env (nw) cracyc2019-12-211-13/+52
|/