summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-065-5/+0
* New WORKING game Pierpaolo Prazzoli2012-02-041-2/+2
* - RDP optimizations and memory system shunting in N64 driver; relative speedu... Ryan Holtz2012-02-033-36/+54
* Fix for protection mode faults, makes 586 based things to work again by Carl ... Miodrag Milanovic2012-02-022-8/+13
* Fixed disassembly of far jump instructions in the u'nSP core [trap15] Ryan Holtz2012-01-291-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-297-78/+78
* i386: Major update to segment limit and protection checking. [Carl] mahlemiut2012-01-298-442/+464
* i386: added 32-bit operand size version of SMSW mahlemiut2012-01-282-0/+26
* i386: Various protection fixes. [Carl] mahlemiut2012-01-281-16/+15
* x87 - Use CRT trig functions for sin/cos/tan until I figure out why the SoftF... Phil Bennett2012-01-271-8/+45
* Rewrote i386 x87 emulation: [Phil Bennett] Phil Bennett2012-01-264-1544/+4436
* i386: FPU rewritten using softfloat [Carl] Miodrag Milanovic2012-01-261-76/+153
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-2/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-243-13/+10
* mess sync (nw) Olivier Galibert2012-01-231-114/+108
* i386: Stopped IOPL from being changed by IRET when CPL is zero. mahlemiut2012-01-231-1/+20
* i386: Made stack limit checks better handle the difference between 16 and 32-... mahlemiut2012-01-231-10/+20
* i386: More page fault work. [Carl] mahlemiut2012-01-222-22/+65
* i386: Yet more fixes from MESS. mahlemiut2012-01-224-221/+554
* i386: Further fixes from MESS, including Carl's JCXZ fix. mahlemiut2012-01-213-55/+71
* i386: Fixed STR and SLDT instructions. mahlemiut2012-01-202-8/+4
* i386: Fixed BSR/BSF and CMPS based on test-i386 output. mahlemiut2012-01-193-8/+8
* i386: BTR and page fault fixes from Carl, and basic implementation of FIST an... mahlemiut2012-01-185-36/+94
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-2/+2
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-156-224/+224
* x87: fix for single-precision operations [Peter Farrie] Angelo Salese2012-01-151-2/+7
* i386: Reset NT flag on interrupt in V86 mode. (no whatsnew) mahlemiut2012-01-153-6/+34
* i386: Added I/O permissions. [Carl] mahlemiut2012-01-141-12/+46
* prevent possibility of out of bounds array access, this fixes a crash in deco... Michaƫl Banaan Ananas2012-01-141-1/+1
* Beginning to implement page faults [Carl] mahlemiut2012-01-143-37/+86
* Keep Clang happy while removing any ambiguity Phil Bennett2012-01-131-1/+1
* i386: various fixes to 486 and Pentium eflags from MESS, and Carl's small mahlemiut2012-01-134-6/+42
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-122-19/+58
* i386: Fixed setting of IF flag when interrupts are triggered in virtual 8086 ... mahlemiut2012-01-121-2/+2
* i386: Bit more progress towards getting 386 enhanced mode Windows running. [C... mahlemiut2012-01-124-9/+25
* ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... R. Belmont2012-01-1110-3144/+3701
* i386: Fixed high bits in eflags register from being changed by POPF, and mahlemiut2012-01-115-37/+97
* and 2 more (nw) R. Belmont2012-01-112-0/+1225
* missed a file (nw) R. Belmont2012-01-111-0/+226
* arm7: some code reorganization, used a jump table for a small speedup [David ... R. Belmont2012-01-114-1343/+20
* GCC 4.6 compile fix (no whatsnew) Miodrag Milanovic2012-01-091-3/+3
* i386: Made a start at Virtual 8086 Mode. Not fully working yet, though. mahlemiut2012-01-096-26/+254
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-085-20/+20
* i386: Moved stack changes to be after protection checks in RETF and IRET mahlemiut2012-01-063-57/+205
* Fix four spc700 opcodes which didn't disassemble correctly [kevtris] Jonathan Gevaryahu2012-01-051-4/+4
* ARM7: Fixed 39-in-1 booting. [Tim Schuerewegen] Ryan Holtz2012-01-041-2/+18
* Implemented UD2 instruction, thing is that in any case it should raise invali... Miodrag Milanovic2012-01-042-1/+5
* Work-around for Sim City 2k (MESS specific bug-fix) Angelo Salese2012-01-031-0/+6
* FABS bug-fix Angelo Salese2012-01-031-1/+1
* Ok, this is the last opcode based x87 batch, now things needs to be bug fixed... Angelo Salese2012-01-031-23/+400