| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 54 | -477/+477 |
* | Capcom ZN-1 update [Team CPS-1]: |  Scott Stone | 2012-01-15 | 1 | -18/+22 |
* | x87: fix for single-precision operations [Peter Farrie] |  Angelo Salese | 2012-01-15 | 1 | -2/+7 |
* | Synced pc_vga with MESS (nw) |  Miodrag Milanovic | 2012-01-15 | 15 | -98/+38 |
* | apply Guru's measurements |  Michaël Banaan Ananas | 2012-01-15 | 1 | -16/+17 |
* | i386: Reset NT flag on interrupt in V86 mode. (no whatsnew) |  mahlemiut | 2012-01-15 | 3 | -6/+34 |
* | sync with MESS (no whatsnew) |  Miodrag Milanovic | 2012-01-15 | 1 | -4/+16 |
* | Misc regression fixes (thanks, Tafoid) |  Aaron Giles | 2012-01-15 | 5 | -8/+8 |
* | [N64] Various changes: [MooglyGuy, Happy] |  Ryan Holtz | 2012-01-15 | 5 | -879/+743 |
* | Added new method screen_device::register_screen_bitmap which |  Aaron Giles | 2012-01-15 | 82 | -293/+232 |
* | 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 |
* | Cleanup of bitmap classes now that formats and bpp are dictated |  Aaron Giles | 2012-01-14 | 2 | -140/+176 |
* | Sync with MESS, OG's work credited in MESS already (no whatsnew) |  Miodrag Milanovic | 2012-01-14 | 6 | -34/+487 |
* | NVRAM custom init delegate are now device_delegates. |  Aaron Giles | 2012-01-14 | 5 | -10/+9 |
* | Created new testcpu driver that shows how to develop an empty |  Aaron Giles | 2012-01-14 | 7 | -45/+323 |
* | Beginning to implement page faults [Carl] |  mahlemiut | 2012-01-14 | 3 | -37/+86 |
* | Death to SCREEN_EOF, which was ambiguously called either |  Aaron Giles | 2012-01-14 | 281 | -1978/+2420 |
* | More cleanup, and fixed bad bug from last update. |  Aaron Giles | 2012-01-13 | 4 | -24/+33 |
* | Some cleanup of the previous change. Added new template |  Aaron Giles | 2012-01-13 | 133 | -455/+511 |
* | improved video timing, 512x512 was obviously wrong and caused slowdowns |  Michaël Banaan Ananas | 2012-01-13 | 1 | -16/+19 |
* | Keep Clang happy while removing any ambiguity |  Phil Bennett | 2012-01-13 | 1 | -1/+1 |
* | (pinbot name/year correction) |  Michaël Banaan Ananas | 2012-01-13 | 1 | -8/+8 |
* | Fixed setting default port for slot devices (no whatsnew) |  Miodrag Milanovic | 2012-01-13 | 1 | -1/+2 |
* | Added one more screen update device search failover check (no whatsnew) |  Miodrag Milanovic | 2012-01-13 | 1 | -0/+1 |
* | i386: various fixes to 486 and Pentium eflags from MESS, and Carl's small |  mahlemiut | 2012-01-13 | 4 | -6/+42 |
* | Fix PowerPC OS X compile (nw) |  R. Belmont | 2012-01-13 | 1 | -4/+3 |
* | (gamename corrections) |  Michaël Banaan Ananas | 2012-01-13 | 2 | -20/+20 |
* | Refactoring from MESS, nw |  Angelo Salese | 2012-01-12 | 1 | -313/+321 |
* | new clone added |  Michaël Banaan Ananas | 2012-01-12 | 2 | -1/+69 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 2547 | -18994/+16955 |
* | Haze: fixed MAME/MESS conflict on merging, nw |  Angelo Salese | 2012-01-12 | 4 | -17/+16 |
* | Added support for 2 drives on IDE controller [Miodrag Milanovic] |  Miodrag Milanovic | 2012-01-12 | 3 | -265/+342 |
* | (gamename correction) |  Michaël Banaan Ananas | 2012-01-12 | 2 | -6/+6 |
* | beaminv.c: added color overlay [MASH] |  Michaël Banaan Ananas | 2012-01-12 | 4 | -2/+36 |
* | 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 |
* | Fixed a bug with VGA mask line compare, nw |  Angelo Salese | 2012-01-11 | 1 | -4/+8 |
* | ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... |  R. Belmont | 2012-01-11 | 11 | -3144/+3703 |
* | iq132 improved the data decode.. nw |  Angelo Salese | 2012-01-11 | 2 | -27/+105 |
* | new clone added: Gals Panic S (Euro) |  Brian Troha | 2012-01-11 | 2 | -4/+31 |
* | added eyeszac, but looks like all the roms are bad dump =( |  Michaël Banaan Ananas | 2012-01-11 | 3 | -10/+30 |
* | Preps for doing idectrl change to work with more devices (no whatsnew) |  Miodrag Milanovic | 2012-01-11 | 2 | -3/+6 |
* | Fix for cassette extension extraction (no whatsnew) |  Miodrag Milanovic | 2012-01-11 | 1 | -1/+1 |
* | Cartslot is now C++ device (no whatsnew) |  Miodrag Milanovic | 2012-01-11 | 2 | -165/+142 |
* | Enabling load of multi part softlist items on all available device [Fabio Pri... |  Miodrag Milanovic | 2012-01-11 | 2 | -14/+17 |
* | 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 | 3 | -0/+1227 |
* | missed a file (nw) |  R. Belmont | 2012-01-11 | 2 | -0/+227 |
* | arm7: some code reorganization, used a jump table for a small speedup [David ... |  R. Belmont | 2012-01-11 | 4 | -1343/+20 |