| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 153 | -752/+752 |
* | From:CD-i Fan |  Aaron Giles | 2009-11-30 | 1 | -1/+3 |
* | Memory regions now use a tagmap for lookups. |  Aaron Giles | 2009-11-30 | 1 | -33/+39 |
* | Added save states to funybubl.c, galaxi.c, gaiden.c and rocnrope.c |  Fabio Priuli | 2009-11-30 | 21 | -766/+1150 |
* | Joker's Wild: implemented bare minimum to allow it to go into gameplay and fi... |  Angelo Salese | 2009-11-29 | 1 | -28/+114 |
* | Joker's Wild: bypassed the rng test [Angelo Salese] |  Angelo Salese | 2009-11-29 | 1 | -6/+12 |
* | hng64: implemented screen disable when the visible area regs are equal to zer... |  Angelo Salese | 2009-11-29 | 2 | -17/+37 |
* | Figured out 2 dipswitch setting for Sigma Submarine (sub.c), Demo Sounds and ... |  Brian Troha | 2009-11-29 | 1 | -6/+6 |
* | New clone added: Super Puzzle Fighter II Turbo (Hispanic 960531) |  Brian Troha | 2009-11-29 | 3 | -3/+3 |
* | Make use of AM_BASE_SIZE_MEMBER macros. |  Aaron Giles | 2009-11-29 | 61 | -134/+134 |
* | same as 7449 (less cputag calls during emulation and no generic sizes for str... |  Fabio Priuli | 2009-11-29 | 15 | -63/+122 |
* | Cleaned up many driver data structs to obtain two results: |  Fabio Priuli | 2009-11-29 | 221 | -527/+1018 |
* | New games added or promoted from NOT_WORKING status |  Tomasz Slanina | 2009-11-29 | 2 | -37/+176 |
* | Added missing includes for r7445 |  Phil Bennett | 2009-11-28 | 5 | -0/+108 |
* | Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size |  Aaron Giles | 2009-11-28 | 14 | -30/+27 |
* | From: Atari Ace <atari_ace@verizon.net> |  Aaron Giles | 2009-11-28 | 18 | -341/+265 |
* | New clone added (not working): Super Puzzle Fighter II Turbo (Hispanic 960529) |  Brian Troha | 2009-11-28 | 3 | -0/+25 |
* | Fixed i386 REP prefix to use segment:SI when address size is 16-bit (ie: when... |  Phil Bennett | 2009-11-28 | 1 | -2/+2 |
* | New clones added |  Phil Bennett | 2009-11-28 | 2 | -8/+61 |
* | New games marked as GAME_NOT_WORKING |  Phil Bennett | 2009-11-28 | 2 | -0/+100 |
* | New clones added |  Phil Bennett | 2009-11-28 | 2 | -0/+27 |
* | hng64: Start to document 3d / framebuffer video registers, implemented a quic... |  Angelo Salese | 2009-11-28 | 2 | -27/+53 |
* | hng64: implemented dynamic visible area [Angelo Salese] |  Angelo Salese | 2009-11-28 | 1 | -27/+46 |
* | * Renamed kimblejp to kimbldhl. Changed game description to Kimble Double Hi... |  Roberto Fresca | 2009-11-28 | 2 | -31/+60 |
* | 03553: extdwnhl: Game does not start [Phil Bennett] |  Phil Bennett | 2009-11-28 | 1 | -0/+1 |
* | Purged remaining globals from video/generic.c and audio/generic.c |  Aaron Giles | 2009-11-28 | 20 | -116/+117 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 1058 | -4908/+5169 |
* | Added driver data struct to freekick.c |  Fabio Priuli | 2009-11-27 | 6 | -166/+239 |
* | Added driver data struct and save states to fitfight.c, flstory.c and funkybee.c |  Fabio Priuli | 2009-11-27 | 14 | -552/+854 |
* | Actually use the speaker interface if provided. |  Curt Coder | 2009-11-27 | 1 | -2/+15 |
* | Intel 8255A: clear input latch after reading it |  Curt Coder | 2009-11-27 | 1 | -0/+6 |
* | New clones added |  Phil Bennett | 2009-11-27 | 2 | -9/+60 |
* | Temp fix for namcos23.c validity check warning |  Phil Bennett | 2009-11-27 | 1 | -9/+10 |
* | Added driver data struct and save states to btime.c and scregg.c |  Fabio Priuli | 2009-11-27 | 5 | -509/+670 |
* | Added driver data struct and save states to fantland.c and firetrap.c |  Fabio Priuli | 2009-11-27 | 9 | -374/+620 |
* | Added driver data struct to dday.c |  Fabio Priuli | 2009-11-27 | 4 | -86/+146 |
* | Added driver data struct to bwing.c and slightly simplified the video code (b... |  Fabio Priuli | 2009-11-27 | 4 | -164/+306 |
* | On behalf of Dave, added tc ram popmessage debug logging |  Angelo Salese | 2009-11-27 | 1 | -5/+28 |
* | Added driver data struct and save states to the following drivers: chinagat.c... |  Fabio Priuli | 2009-11-27 | 21 | -972/+1397 |
* | Introduced a generic_pointers structure within machine that is |  Aaron Giles | 2009-11-26 | 512 | -2002/+2119 |
* | Just minor cosmetic changes to get the thing aligned. |  Roberto Fresca | 2009-11-26 | 1 | -6/+6 |
* | Fixed regression in magicard.c driver [Angelo Salese] |  Angelo Salese | 2009-11-26 | 1 | -32/+7 |
* | hng64: Implemented sprite disable bit [David Haywood] |  Angelo Salese | 2009-11-26 | 1 | -22/+34 |
* | DEVCB_INPUT_PORT(tag) can be used for write callbacks. |  smf- | 2009-11-26 | 1 | -2/+28 |
* | Added Magic Card Jackpot and Magic Lotto Export to Impera Magic Card driver. |  Roberto Fresca | 2009-11-26 | 2 | -31/+173 |
* | Improvements to Noraut Poker driver: |  Roberto Fresca | 2009-11-26 | 2 | -286/+902 |
* | hng64: slight optimization to the tile dirty marking [David Haywood] |  Angelo Salese | 2009-11-26 | 1 | -24/+52 |
* | hng64: Implemented preliminary additive blending [David Haywood] |  Angelo Salese | 2009-11-26 | 1 | -2/+107 |
* | CF clear after binary operations on Intel 8008 CPU core |  Miodrag Milanovic | 2009-11-26 | 1 | -2/+9 |
* | hng64: re-implemented zooming in Fatal Fury WA, and added alternative zooming... |  Angelo Salese | 2009-11-26 | 1 | -26/+20 |