summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fixes incorrect sound routing bug introduced in 0.124.mame0124 Aaron Giles2008-03-254-5/+39
| | | | | | Fixes gnga set back to its previous state and adds gngb. Version bump to 0.124a.
* Bumped version to 0.124. Aaron Giles2008-03-241-1/+1
|
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-2412-50/+50
|
* Fix 01601: orbit: Game doesn't start. Watchdog/reset problem? Aaron Giles2008-03-243-110/+136
| | | | | Fragile timing broke with new video timing. Redid video timing with raw parameters and added full memory map and a few other cleanups.
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-2417-33/+29
| | | | | | | | | | | | Subject: [patch] Minor static/const/include fixups Hi mamedev, Another batch of minor static/const/include fixes. Very boring, very pedantic. ;) ~aa
* From: Luigi30 [mailto:luigi30@gmail.com] Aaron Giles2008-03-241-0/+5
| | | | | | | Subject: lghost fix This fixes bug 1570.
* From: Luigi30 [mailto:luigi30@gmail.com] Aaron Giles2008-03-241-4/+4
| | | | | | | Subject: 1564 fix I changed Service 3 to Service 2. The only other button that could be Service 2 (labeled unused) gives a NOT USED in service mode.
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-1/+1
| | | | | | | | | | | | | | | Subject: [patch] gcc 4.3.0 fixes Hi mamedev, GCC 4.3.0 was recently released, and some adjustments need to be made to MAME to compile successfully with it. The idectrl.c change is only needed to silence gcc's overwrite warnings, the code is correct as written. The tx1.c change on the other hand is a bug spotted by the stricter checks in the new compiler. [Note only the tx1 changes were accepted]
* From: JEA Wallace Aaron Giles2008-03-242-4/+4
| | | | | | | | Subject: Removal of Periodic int hack Removed improper use of PERIODIC_INT in mpu4, to use new timer devices. Also corrected 50Hz timer in MPU4 Video games.
* From: roberto zandona Aaron Giles2008-03-242-4/+248
| | | | | | | | Subject: mermaid an implementation of "hardware sprite collision" with collision the game works
* From: RansAckeR Aaron Giles2008-03-242-2/+1
| | | | | | | | | | | | | | | | | Subject: fix for 01560 -- From: RansAckeR Subject: fix for 01525 As is noted in the source: "The NMI handler just handles the "Stop Mode" dip switch." 0xf801 is written to when the game is continued in stop mode, this should not have been changed to watchdog_reset_w in 0.73 Off course this is all just a guess.
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-03-243-181/+53
| | | | | | | | | Subject: blockhl.c & blockout.c inputs/dips blockhl.c, blockout.c: -Added dip locations -fixed unknown dip switches
* From: Lei Wu [mailto:lanewu@hotmail.com] Aaron Giles2008-03-241-2/+4
| | | | | | | Subject: MSVC9 fix [Emuman] the original macro is too long, which caused a MSVC9 internal compiler error
* From: Andrea Turci [mailto:any@hippy.it] Aaron Giles2008-03-242-1/+54
| | | | | | | | | | Subject: Ridge Racer RR3 revision Hello, Diff (aganist 123U6) and rom for the newer revision of Ridge Racer Ridge Racer (Rev. RR3, World)
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-03-241-12/+12
| | | | | | | Subject: cabal bootleg fixed clocks Corrected clocks on Cabal bootleg
* Added validity check to ensure input port tags don't have duplicates. Aaron Giles2008-03-244-7/+27
| | | | Fixed several drivers where there were duplicates.
* From: Cesare Falco [mailto:cesare.falco@gmail.com] Aaron Giles2008-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [bugfix] gnga: load correct graphics roms I used to play the alternate version of Ghost'n'goblins in my arcade, and I can remember the cross as the last weapon instead of the shield, which on the other side, is shown in the square below the playing ground. In MAME that version was once known as a clone named "gngcross", which was then renamed to "gnga" starting with 0.35rc2, and merged with original set. Unfortunately, rom list for the clone is wrong: it's been pasted from original set "gng", whilst a couple of graphics roms must be loaded from "makaimur" instead. You can see this by yourself comparing sources from 0.35rc1 and 0.35rc2. The attached patch was obtained from SDLMAME on a Linux box, on release 0.123u6. I can't test it compiling MAME code, however this obviously affects mainline too. Thanks and keep up your good work! Cheers, Cesare Falco (SDLMAME Ubuntu maintainer).
* Undid recent change to remove pen lookups in 16bpp modes. This code Aaron Giles2008-03-241-22/+46
| | | | | is shared between INDEXED16 and RGB15 rendering and we're not ready to remove the lookups yet.
* Fixed bug 01433: marvins: If you play player 2, the maze remains unchanged. Pierpaolo Prazzoli2008-03-232-12/+29
| | | | Inverted cabinet bit in madcrash (also if there's an original bug for cocktail mode)
* Added mc6845_set_hpixels_per_column() for the Hercules gfx adapter Zsolt Vasvari2008-03-232-8/+29
|
* Fixes malzak2 from crashing Zsolt Vasvari2008-03-232-120/+44
|
* From Derrick Renaud: Aaron Giles2008-03-231-10/+13
| | | | | | | | In drivers\seta.c, the zombraid gun input ports should be changed as per the attached text file. The current crosshair settings work only with the default power-on settings. The updated code works with calibrated settings.
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-03-231-1/+0
| | | | | | | | | | | | | | | Subject: Unnecessary assert in video.c The assert assert(machine->config->devicelist != NULL); in video.c causes the MESS mk1 driver to fail because it doesn't have any devices - no screens and no sound devices. It works fine when the assert is removed. --Dirk
* Added a machine_config* parameter to certain MESS specific hooks Nathan Woods2008-03-231-8/+7
|
* Fixed bug 01586: multisession graphics corruption Pierpaolo Prazzoli2008-03-232-3/+42
|
* Fixed video timing in xtheball. Still don't know why it changed Aaron Giles2008-03-231-5/+3
| | | | recently, but the new parameters reproduce the old values.
* Adds the 'static' as per AtariAce, but he screwed up the alignment of an ↵ Zsolt Vasvari2008-03-231-1/+1
| | | | important table :(, which is why I am sending it myself
* Minor MSVC compilation fix. Aaron Giles2008-03-231-5/+5
|
* RGB15 to INDEXED16 conversion Zsolt Vasvari2008-03-231-6/+6
|
* - Converted crystal.c from RGB32 to INDEXED16 Zsolt Vasvari2008-03-233-10/+27
| | | | | - Added PALETTE_INIT( RRRRR_GGGGGG_BBBBB )
* RGB15 to INDEXED16 conversion Zsolt Vasvari2008-03-231-6/+6
|
* RGB15 to INDEXED16 conversion Zsolt Vasvari2008-03-231-103/+53
|
* MESS-specific: Interim change in the process of changing over to MAME's device Nathan Woods2008-03-221-1/+1
| | | | | system
* RGB15 to INDEXED16 conversion Zsolt Vasvari2008-03-221-3/+4
|
* RGB15 to INDEXED16 conversion Zsolt Vasvari2008-03-221-4/+3
|
* Added option to programatically set the clock pin. This is needed by at ↵ Zsolt Vasvari2008-03-222-1/+24
| | | | least one MESS driver
* INDEXED16 conversion Zsolt Vasvari2008-03-221-1/+4
|
* eolith.c: Same modifications as dgpix -- almost identical hardware Zsolt Vasvari2008-03-223-53/+47
| | | | dgpix.c: fixed video RAM masking I screwed up with the last update
* DGPIX: Converted to INDEXED16 Zsolt Vasvari2008-03-224-51/+51
| | | | | | | | | | Removed temp bitmaps Changed ugly recursive video RAM code DDZ: Removed RGB15 -- it's a "skeleton" driver, so why have it? video\generic.c: Added PALETTE_INIT(RRRRR_GGGGG_BBBBB) and PALETTE_INIT(BBBBB_GGGGG_RRRRR)
* Uses timer device Zsolt Vasvari2008-03-221-41/+9
|
* Changed from RGB15 to RGB32. RGB15 is not enough bits to hold the 5-6-5 ↵ Zsolt Vasvari2008-03-221-34/+17
| | | | | | colorspace. By the way, this was the first time I checked out the games in this driver. Especially, The Crystal of Kings is very nice.
* Fixed crash running "kviper" BIOS. R. Belmont2008-03-221-0/+2
|
* Got most of the Konami PPC games running again. R. Belmont2008-03-223-19/+17
|
* [SCSI] Fixed case when no device exists (e.g. running the sys573 BIOS directly). R. Belmont2008-03-221-11/+44
|
* [GTICLUB] Fixed crash. R. Belmont2008-03-221-3/+3
|
* Fixes crospang.c regression. Not sure why this needed to be RGB15, works ↵ Zsolt Vasvari2008-03-221-2/+2
| | | | fine with INDEXED16
* Fixes wbbc97 regression Zsolt Vasvari2008-03-212-7/+4
|
* De-deprecat-ed ui.c. Aaron Giles2008-03-215-81/+109
| | | | | Changed xmlfile.c to pass in memory handlers to expat so that our memory overrides are properly managed.
* Another assertion fix. Aaron Giles2008-03-211-1/+3
|
* Fixes assertion. Aaron Giles2008-03-211-1/+2
|