summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-1225-175/+175
* From: Justin Kerk Aaron Giles2008-04-121-4/+1
* MESS specific fix Nathan Woods2008-04-121-1/+1
* fixed avsz3 & avsz4 flag & otz calculation. smf-2008-04-111-18/+18
* New non-working game: Touch Master 7000 Brian Troha2008-04-112-1/+71
* fixed flag calculation in F macro. smf-2008-04-111-5/+5
* Verified some gfx ROM mapping tables against PAL dumps Nicola Salmoria2008-04-114-746/+892
* fix a opcode for quizf1 Roberto Zandona2008-04-111-12/+34
* fixed sign extension when inverting mem_mask. smf-2008-04-111-4/+4
* Fixed bug ID 01571. stephh2008-04-111-55/+44
* Various tweaks/fixes from MAMEPlus: Aaron Giles2008-04-1111-26/+168
* Added Side by Side 2 (Japan) Yasuhiro Ogawa2008-04-112-0/+68
* From: Oliver Stoenberg Aaron Giles2008-04-1110-95/+96
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-1122-46/+48
* From: Tomas Garcia-Meras Capote Aaron Giles2008-04-112-58/+104
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-11132-550/+583
* Fixed 'lghost*' Dip Switches. stephh2008-04-101-12/+15
* Fixed bug ID 01567. stephh2008-04-101-22/+37
* fix dasm for rep instruction Roberto Zandona2008-04-101-0/+1
* Enabled roz tilemap in emeraldia, but it's not centered in the right position... Pierpaolo Prazzoli2008-04-101-31/+40
* From: Fabio Priuli [mailto:priuli@math.ntnu.no] Aaron Giles2008-04-101-2/+2
* From: Fabio Priuli [mailto:priuli@math.ntnu.no] Aaron Giles2008-04-102-97/+113
* fix for another opcode Roberto Zandona2008-04-101-3/+2
* confirmed two more opcodes Roberto Zandona2008-04-091-6/+5
* gussun oyoyo and risky challenge: Roberto Zandona2008-04-091-3/+3
* Take two of the previous changes. I think this is a little simpler, Aaron Giles2008-04-091-565/+429
* Oops, remove accidentally checked-in makefile changes. Aaron Giles2008-04-091-33/+11
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-0958-1299/+2429
* Fixed bug ID 01668 based on etabeta submission. stephh2008-04-094-126/+146
* fix dasm for two code and prefix opcode in real time encryption Roberto Zandona2008-04-081-2/+0
* Removed the hardcoded dependency on a 8254 device from the 8042kbdc code. Cha... Wilbert Pol2008-04-085-5/+19
* New clones added Nicola Salmoria2008-04-082-8/+64
* Initializing device_config.machine to NULL Nathan Woods2008-04-081-0/+1
* removed useless casts in BLEZ/BGTZ smf-2008-04-071-2/+2
* fixed OTZ sign extension smf-2008-04-072-60/+93
* 1) fix nec v30 dasm when a "real-time encrypted cpu" is used Roberto Zandona2008-04-072-22/+44
* fix for wrong tile-sprite priority Roberto Zandona2008-04-071-0/+2
* Changed the 8237dma implementation into a device. Wilbert Pol2008-04-077-410/+585
* Added mising TC0060DCA sound mixer to the Taito Z driver Nicola Salmoria2008-04-071-38/+170
* merged memory maps Nicola Salmoria2008-04-072-39/+26
* 01253: topsecrt: There are gray tiles around the title in the original pcb an... Nicola Salmoria2008-04-072-4/+5
* fixed 3wonders missing sprites in last update Nicola Salmoria2008-04-071-2/+2
* for aerfboot: Roberto Zandona2008-04-073-27/+119
* updated comments to match comments from Charles, and fix error in 3wonders ma... Nicola Salmoria2008-04-071-29/+27
* Whoops. Left some debugging code in there. Ryan Holtz2008-04-071-10/+6
* Mostly fixes sound in N64-based games (Adam Gashlin) Ryan Holtz2008-04-071-112/+143
* Memory map merges for drivers starting with U, V, W, and Z. Andrew Gardner2008-04-079-329/+168
* Fixed bug that prevented the initial input port update from working properly. Aaron Giles2008-04-071-5/+13
* added back some logging davidhay2008-04-061-23/+117
* added IR1/IR2/IR3 saturation when calculating ORGB smf-2008-04-061-2/+15