summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* i386: set opcode and clear data ptr for instruction that don't access memory ... cracyc2019-12-201-5/+194
* i386: fpu env in v86 mode is like real mode (nw) cracyc2019-12-201-7/+3
* i386: save opcode too (nw) cracyc2019-12-201-0/+1
* i386: unbreak the x87 and flesh out 486 float exceptions a bit (nw) cracyc2019-12-207-157/+423
* Remove some cases of visual studio warnings 4805 4389 4065 (nw) yz70s2019-12-161-15/+5
* i386.cpp: show status of some cpu flags in the state debugger view (nw) yz70s2019-12-131-2/+15
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-30/+5
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* traps should take some cycles, even though it's currently the wrong amount of... smf-2019-10-091-0/+2
* srcclean (nw) Vas Crabb2019-07-281-1/+1
* i386: use floatx80_scale for fscale (nw) cracyc2019-07-081-21/+1
* i386: vm86 segment flags are 0xf3 as cs must be read/write like real mode (nw) cracyc2019-07-041-1/+1
* Fix build error: too many arguments to function call, expected 0, have 1 (nw) AJR2019-07-021-1/+1
* i386: Add hardware breakpoint functionality [Melissa Goad] (#3761) Melissa Goad2019-07-026-3/+143
* Fix up some commented out testing code (nw) Melissa Goad2019-06-121-2/+3
* Remove some msvc warnings (nw) yz70s2019-06-122-0/+8
* srcclean (nw) Vas Crabb2019-05-261-4/+4
* i386: fix enter insn (nw) cracyc2019-05-252-6/+26
* i386: Improve splitting of unaligned accesses (excluding program fetches) AJR2019-05-199-4246/+4835
* i386.cpp: athlon xp now supports system management mode (nw) yz70s2019-04-265-122/+165
* i386.cpp: add more msrs releted to smm to athlon xp (nw) yz70s2019-04-243-1/+38
* i386.cpp: athlon xp updates to memory access (nw) yz70s2019-04-073-60/+113
* i386.cpp: add new mame debugger function cacheflush(x) to writeback cache (nw) yz70s2019-04-052-16/+50
* (nw) Clean up the mess on master Vas Crabb2019-03-267-56/+637
* Revert "conflict resolution (nw)" andreasnaive2019-03-257-637/+56
* srcclean (nw) Vas Crabb2019-03-242-24/+24
* i386: add a simple cache to the athlon xp processor (nw) yz70s2019-03-144-0/+520
* i386: correct error in previous change (nw) yz70s2019-02-261-2/+2
* i386: preparations to add the athlon xp cache (nw) yz70s2019-02-265-30/+49
* srcclean (nw) Vas Crabb2019-02-241-9/+9
* i386: add "to do" comments to to opcodes that effect the cache (nw) yz70s2019-02-102-8/+9
* i386: add comments about athlon memory type range register MSRs (nw) yz70s2019-01-291-18/+57
* i386/i486ops.hxx: Note on old change (nw) AJR2019-01-101-0/+2
* i386: fix esp after segment faults too (nw) cracyc2018-12-212-2/+2
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-161-9/+2
* x86: Step over the right instructions (and REP, not RET) (nw) AJR2018-12-131-2/+2
* x86: Step over RET instructions AJR2018-12-131-2/+3
* i386.cpp: move cpuid and msr routines to new file cpuidmsrs.hxx ... (nw) yz70s2018-12-093-178/+404
* i386: Signal a privilege change to the debugger whenever protected mode is en... AJR2018-11-103-5/+15
* i386.cpp: pentium mmx class derives from pentium_device (nw) yz70s2018-11-032-13/+13