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