summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-23392-4661/+4513
|
* fix save states (nw) David Haywood2013-07-233-12/+31
|
* fix ume validation (nw) David Haywood2013-07-231-1/+1
|
* psikyo.c: Spelling correction - NW Brian Troha2013-07-231-1/+1
|
* psikyo.c: Add dipswitch locations to all sets in the driver. Filled in some ↵ Brian Troha2013-07-231-90/+89
| | | | unknown dipswitches from Battle K-Road. Moved Region settings into Game Configuration menu. Added a note about the Free Play mode in the Strikers 1945 sets not working. [Brian Troha]
* Modernized Exidy 440 CVSD audio device. [Osso] Scott Stone2013-07-237-390/+319
|
* Modernized TX1 custom sound device. [Osso] Scott Stone2013-07-233-371/+322
|
* Modernized hc55516 sound chip. [Osso] Scott Stone2013-07-2315-304/+251
|
* some whitespace change to src/emu/sound/discrete.h (nw) Oliver Stöneberg2013-07-221-8/+8
|
* fixed number of active inputs in several discrete macros / added missing ↵ Oliver Stöneberg2013-07-221-11/+11
| | | | node in DISCRETE_INVERTER_OSC (nw)
* fix array out of bounds? Michaël Banaan Ananas2013-07-221-2/+1
|
* missed this (nw) David Haywood2013-07-221-0/+1
|
* fix array out of bounds access in ejsakura Michaël Banaan Ananas2013-07-221-3/+4
|
* i had to simplify fm code while i was trying to understand the "Acc" bit, ↵ Michaël Banaan Ananas2013-07-222-253/+233
| | | | but didn't get much out of that and scrapped it. On the plus side, the refactor did fix a couple of small bugs with feedback/modulation.
* change this note a bit (nw) David Haywood2013-07-221-1/+2
|
* added assert in src/mame/video/system1.c (nw) Oliver Stöneberg2013-07-221-0/+1
|
* dragngun - some findings about the dvi playback, also stopped the hang when ↵ David Haywood2013-07-221-43/+60
| | | | killing the last boss (nw)
* Modernized the namco sound device. [Osso] Scott Stone2013-07-2233-630/+710
|
* Fixed OPLx key scale level order [Alexey, Phil Bennett] Phil Bennett2013-07-223-39/+43
|
* (MESS) softbox: Added reset when IEEE-488 IFC is asserted. [Mike Naberezny] Curt Coder2013-07-224-0/+39
|
* dblewing.c: Remove outdated comment - NW Brian Troha2013-07-221-1/+0
|
* Doing the dummy read immediately on reset. Michael Zapf2013-07-221-2/+8
|
* thepit.c: David figured out the Cabinet dipswitch so change the comment - NW Brian Troha2013-07-221-1/+1
|
* (MESS) ti99/8: Removed address masking. (nw) Michael Zapf2013-07-222-43/+26
|
* fix one or two input bits (nw) David Haywood2013-07-221-1025/+1046
|
* m68k : fixed handling of double fault, not sure if this is proper or some ↵ Miodrag Milanovic2013-07-221-2/+14
| | | | other trap should be generated (nw)
* Little note regarding dreambal, nw Angelo Salese2013-07-221-3/+2
|
* thepit.c - change sprite handling a bit. David Haywood2013-07-222-12/+24
|
* fixed array out-of-bounds access in src/mame/drivers/merit.c (nw) Oliver Stöneberg2013-07-221-1/+1
|
* fixed uninitialized memory in src/mame/video/cidelsa.c (fixes array ↵ Oliver Stöneberg2013-07-221-0/+2
| | | | out-of-bounds accesses) (nw)
* ignore just samples when displaying sample device itself, since it gets ↵ Miodrag Milanovic2013-07-221-1/+4
| | | | first attached sample in xml (nw)
* fixed array out-of-bounds access in src/mame/video/system1.c (nw) Oliver Stöneberg2013-07-221-1/+1
|
* do not output samples for devices,solves issues in output xml (nw) Miodrag Milanovic2013-07-221-1/+1
|
* fm7: fixed DOS mode booting. mahlemiut2013-07-221-16/+24
|
* itech32.c: Some minor corrections of dipswitches. Added a note about the ↵ Brian Troha2013-07-221-5/+16
| | | | | Japanese World Class Bowling trackball input is read at an 45 degree offset compared to normal orientation. [Brian Troha] Out of whatsnew: The 45 degree reads for WCB (v1.3 Japan) could most likely be corrected via a modified read routine that takes into account the 45 degree rotation and separates it out.
* shanghai.c: Added dipswitch locations to Shanghai and Shanghai 2. [Brian Troha] Brian Troha2013-07-221-17/+17
|
* Convert the Atari VAD chip into a device, half-way. Really needs Aaron Giles2013-07-2118-707/+758
| | | | | device-ification of atarimo.c to do it properly, so this will get revisited once that is complete.
* stfight.c: Added dipswitch locations to the Empire City: 1931 / Street Fight ↵ Brian Troha2013-07-211-12/+15
| | | | sets. [Brian Troha]
* various dipswitch / port fixes / corrections / modifications - NW Brian Troha2013-07-213-55/+20
|
* toaplan1.c: [Alex Jackson] Alex W. Jackson2013-07-212-131/+259
| | | | | | | | | | | | | | - Reorganized outzone sets and improved descriptions: outzonec -> outzone "Out Zone" (new parent) outzone -> outzoneh "Out Zone (harder)" (former parent) outzonea -> outzonea "Out Zone (old set)" outzoned -> outzoneb "Out Zone (older set)" outzoneb -> outzonec "Out Zone (oldest set)" - Fixed dip switches and inputs (after verification of the M68000 and Z80 code) in outzone and clones - Tagged outzonec (formerly outzoneb) Z80 ROM as BAD_DUMP and the set itself as GAME_IMPERFECT_SOUND after discovering that this clone's M68000 and Z80 ROMs are almost certainly mismatched, causing wrong sound effects.
* ZT notes Angelo Salese2013-07-211-8/+18
|
* tms32082: more improvements Ville Linde2013-07-214-37/+409
|
* notes (nw) David Haywood2013-07-213-99/+86
|
* dreambal (nw) David Haywood2013-07-211-6/+24
|
* tattass (nw) David Haywood2013-07-212-30/+28
|
* night slashers using generic 104 (nw) David Haywood2013-07-218-52/+86
|
* misc deco (nw) David Haywood2013-07-218-33/+50
|
* (MESS) ti99/8: Getting rid of my own ugly coding. (nw) Michael Zapf2013-07-212-173/+165
|
* dietgo (nw) David Haywood2013-07-212-3/+32
|
* forgot to update whitestar... (no whatsnew) mahlemiut2013-07-211-6/+1
|