| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (mess) pc9801: ascii font reading (nw) |  cracyc | 2014-10-26 | 1 | -1/+1 |
* | fixed usage of uninitialized member in upd7220_device (nw) |  Oliver Stöneberg | 2014-10-26 | 1 | -7/+1 |
* | upd7220: slanted chars [Carl] |  cracyc | 2014-10-24 | 1 | -8/+19 |
* | upd7220: don't skip every other line in mixed mode (nw) |  cracyc | 2014-10-22 | 1 | -2/+2 |
* | upd7220: fix shift expression MSVC doesn't like (nw) |  Alex W. Jackson | 2014-10-22 | 1 | -1/+1 |
* | upd7220: better output for the compis and dmv [Carl] |  cracyc | 2014-10-20 | 2 | -24/+44 |
* | more devfind: [Alex Jackson] |  Alex W. Jackson | 2014-10-17 | 4 | -6/+5 |
* | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 5 | -14/+14 |
* | Compile fix (nw) |  Scott Stone | 2014-10-13 | 1 | -1/+1 |
* | upd7220: add Bresenham arc and complete char drawing [Carl] |  cracyc | 2014-10-13 | 2 | -180/+113 |
* | (MESS) nes.xml: added a couple of new multigame dumps using |  Fabio Priuli | 2014-10-13 | 5 | -11/+8 |
* | fixfreq: converted to use inline configs. nw. |  Fabio Priuli | 2014-10-13 | 2 | -63/+94 |
* | (MESS) sms.c: Misc fixes: [Enik Land] |  Wilbert Pol | 2014-10-12 | 2 | -52/+34 |
* | Removed running_machine parameter from various methods were it wasn't needed ... |  Ivan Vangelista | 2014-10-06 | 1 | -1/+1 |
* | fix MT385, and maybe 386 by making battlera use the proper PCE video code |  David Haywood | 2014-10-04 | 2 | -0/+16 |
* | 315_5124.c: Refactored sprite handling, fixes status bar on Tarzan for gaemge... |  Wilbert Pol | 2014-09-28 | 2 | -127/+147 |
* | Support for mode 0 chars in upd7220 (text in DMV diag program) |  Angelo Salese | 2014-09-27 | 1 | -16/+32 |
* | "properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw) |  Oliver Stöneberg | 2014-09-23 | 1 | -4/+5 |
* | reverted bogus tms9928a_device::device_timer() optimization (nw) |  Oliver Stöneberg | 2014-09-19 | 1 | -2/+4 |
* | small optimization to tms9928a_device::device_timer() (nw) |  Oliver Stöneberg | 2014-09-19 | 1 | -4/+2 |
* | (MESS) sms.c: Small improvements to the latching of some registers. Fixes fli... |  Wilbert Pol | 2014-09-16 | 2 | -30/+43 |
* | cleanup (nw) |  Miodrag Milanovic | 2014-09-13 | 1 | -4/+0 |
* | more c++11 compilation fixes (nw) |  Oliver Stöneberg | 2014-09-12 | 1 | -1/+1 |
* | some c++11 compilation fixes (nw) |  Oliver Stöneberg | 2014-09-12 | 2 | -2/+2 |
* | mach32,mach64: fixed crash when reading vblank state. |  mahlemiut | 2014-09-10 | 2 | -6/+6 |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-09 | 2 | -8/+0 |
* | (MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver... |  Wilbert Pol | 2014-09-09 | 2 | -24/+40 |
* | voodoo.c, vooddefs.h: Added support for writes to trexInit1 register, to retu... |  Scott Stone | 2014-09-09 | 2 | -3/+31 |
* | 315_5124.c: Add new member to save state (nw) |  Wilbert Pol | 2014-09-08 | 1 | -0/+1 |
* | (MESS) sms.c: Prevent vdp register 6 contents from being overwritten while a ... |  Wilbert Pol | 2014-09-08 | 2 | -3/+7 |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 3 | -6/+3 |
* | Fixed linking for MAME (nw) |  Miodrag Milanovic | 2014-09-08 | 1 | -0/+1 |
* | pc_vga: moved trident VGA device into its own source file (no whatsnew) |  mahlemiut | 2014-09-08 | 2 | -180/+1 |
* | svga_s3: added CLKSYN test register (SR17), gets stock Trio64V2/DX BIOS to bo... |  mahlemiut | 2014-09-07 | 2 | -0/+7 |
* | (MESS) pc_vga: correct access to attribute register when PAS bit is set, allo... |  R. Belmont | 2014-09-04 | 1 | -2/+3 |
* | (MESS) upd7220: fixed RDAT command when data to read are larger than the FIFO... |  Sandro Ronco | 2014-08-25 | 2 | -2/+23 |
* | 05637: gauntdl, gauntdl24: Emulation hangs after initialization [Phil Bennett] |  Phil Bennett | 2014-08-10 | 1 | -6/+6 |
* | nw |  Michaël Banaan Ananas | 2014-08-08 | 1 | -1/+1 |
* | PhilB fixed http://mametesters.org/view.php?id=5629 (whatsnewed via MT) |  Michaël Banaan Ananas | 2014-08-08 | 1 | -17/+17 |
* | avoid potential conflict between src/emu/video/poly.h and src/osd/windows/win... |  Oliver Stöneberg | 2014-08-07 | 1 | -6/+6 |
* | added assert for index out-of-bounds access with dwarfd, dwarfda (nw) |  Oliver Stöneberg | 2014-08-07 | 1 | -0/+1 |
* | Added a few more members to snes save state and initialized some unintialized... |  Wilbert Pol | 2014-08-04 | 1 | -0/+23 |
* | (MESS) sms.c: Restore selected cartridge when loading a save state for the st... |  Wilbert Pol | 2014-07-31 | 1 | -4/+5 |
* | fix prev commit again + removed unneeded class member names prefixes |  Michaël Banaan Ananas | 2014-07-30 | 3 | -176/+162 |
* | copypaste mistake |  Michaël Banaan Ananas | 2014-07-30 | 1 | -2/+2 |
* | small cleanup |  Michaël Banaan Ananas | 2014-07-30 | 2 | -122/+23 |
* | added assert for index out-of-bounds with saturneu -cart test1f (nw) |  Oliver Stöneberg | 2014-07-28 | 1 | -0/+1 |
* | 315_5124.c: Use a simple array for cram. Fixes autosave issue found by Tafoid... |  Wilbert Pol | 2014-07-27 | 2 | -12/+12 |
* | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 12 | -84/+84 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 8 | -189/+189 |