summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix build break.mame0129u6 Aaron Giles2009-03-051-4/+4
|
* Cleanups and version bump. Aaron Giles2009-03-0543-175/+175
|
* sfbonus version cleanups part 1. davidhay2009-03-051-203/+300
|
* added the correct gfx roms to jjsquawkers bootleg davidhay2009-03-051-13/+16
|
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-0522-85/+89
| | | | | | | | | | | | | | | | | | | Sent: Saturday, February 28, 2009 3:53 PM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] More static/const qualifiers Hi mamedev, Another round of static/const qualifier additions, plus a rename of has_addon_chip to snes_has_addon_chip. Notably a number of z80ctc_interface are now const (devicification must have removed the cases where it was dynamically modified). Notice that the READWRITExTOy macros declare two functions, so you can't make the 2nd function static. Those macros should probably be reworked or removed. ~aa
* From: R. Reucher [rene.reucher@batcom-it.net] Aaron Giles2009-03-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Sent: Friday, February 27, 2009 10:17 AM To: submit@mamedev.org Cc: qmc2-devel@lists.sourceforge.net Subject: Proposed patch for src/emu/audit.c Dear MAME developers, I've created the attached diff to src/emu/audit.c (0.129u5) to allow for reporting a ROM state of "correct" when a game/machine doesn't require any ROM files at all (currently it will be reported as "not found", which is wrong IMHO). I know that this isn't really relevant for MAME, but it is for MESS -- so I hope you'll accept the patch. Thanks, Rene -- Rene Reucher rene.reucher@batcom-it.net http://www.batcom-it.net/ It is only people of small moral stature who have to stand on their dignity.
* New clones: T-MEK (3 sets) [Lars Bull] Aaron Giles2009-03-052-10/+181
|
* From: belegdol@gmail.com [mailto:belegdol@gmail.com] Aaron Giles2009-03-051-1/+1
| | | | | | | | | | | | | Sent: Thursday, February 26, 2009 8:58 AM To: mamedev@mamedev.org Subject: Patch fixing compilation with gcc-4.4 Hi, the following patch is needed in order to make mame compile with gcc-4.4. It was tested with sdlmame 0.129u4 on Fedora rawhide. Cheers!
* Added flags to the metadata entries, encoded in the top bit. Right now Aaron Giles2009-03-058-30/+65
| | | | | it is a no-op, but eventually will be used to indicate which bits of metadata are included in the overall checksum.
* 02694: demoderb, demoderm: Duplicated input definitions for P1 and P2 buttons. Couriersud2009-03-042-26/+32
|
* 02180: Corrupt archives are read without problems Couriersud2009-03-043-17/+61
| | | | | | | * corrupt files in archives now generate an error * archive files ending in "/" will not be tested for crc - skip path entries * add new flag FILE_OPEN_NO_PRELOAD to skip decompressing on open This is used in audit.c, which only tests whether files exist * added error checking to all calls to load_file_zipped
* Changed eeprom erase command to write 0xff values. Pierpaolo Prazzoli2009-03-041-3/+3
| | | | -------------------------------------------------- I see that eeprom_data is initialized with a memeset of 0xff so I don't think this change will break anything.
* 02983 racedriv and clones: Race Drivin' and clones loop after "downloading ↵ Phil Bennett2009-03-041-1/+4
| | | | DSP" screen [Phil Bennett]
* New games added or promoted from NOT_WORKING status Angelo Salese2009-03-042-1/+204
| | | | | | | | | --------------------------------------------------- Mahjong Club [Yasuhiro Ogawa] ======================================================================== I wonder if this game is a bootleg or just a rip-off..."XEX" logo is pretty much similar to the Dynax one...
* 02698: royalmah.c: BET games: Bet button does not work by default. Angelo Salese2009-03-041-2/+2
|
* tms57002 - don't abort on unimplemented instructions Olivier Galibert2009-03-041-4/+25
| | | | Pop up a message instead, hopefully they'll still find their way in mantis without breaking the game this time.
* New games added or promoted from NOT_WORKING status Angelo Salese2009-03-042-2/+169
| | | | | --------------------------------------------------- Daisyarin [Yasuhiro Ogawa]
* New clones added Phil Bennett2009-03-042-2/+50
| | | | | | ---------------- Splatter House (World new version) [Andy Henderson] Promoted to parent set.
* maketms: Free strings on exit. Olivier Galibert2009-03-041-0/+18
| | | | | This patch will make happier the environments that do not know that "still reachable" and "leaked" are not the same thing and that exit() is a _very_ good deallocator.
* Follow-up to commit 4681: Phil Bennett2009-03-041-20/+20
| | | The original form is easier on the eyes...
* Corrected Dip-Switch settings for Zero Target [Yasuhiro Ogawa, Angelo Salese] Angelo Salese2009-03-041-28/+56
|
* Fixed sprite colors for Zero Target [Angelo Salese] Angelo Salese2009-03-031-3/+3
|
* Debug assertion fix Angelo Salese2009-03-031-1/+1
|
* new not working davidhay2009-03-032-0/+118
| | | | | | E-Jan Sakurasou [Uki] it's not plain SPI hardware, it's another variation. I haven't tried to make it work.
* Fixed foreground & background colors and hand-tuned sound in Zero Target ↵ Angelo Salese2009-03-031-15/+14
| | | | | | | based on a side-by-side test [Angelo Salese] =========================================================== Will convert & upload that video to somewhere shortly...
* Further sprite fixes for Zero Target. Angelo Salese2009-03-031-15/+12
|
* Hooked up correct C75 MCU in namcofl.c (based on RB's namconb1.c implementation) Phil Bennett2009-03-032-123/+211
| | | [Phil Bennett]
* 02998: pkunwar, ninjakun, raiders5: These games don't make it through their ↵ Phil Bennett2009-03-031-20/+20
| | | | rom checks. [Phil Bennett]
* 02368: fourtrax: Controls are glitched Phil Bennett2009-03-031-16/+9
| | | | Fixed pedals in Final Lap 3 [Phil Bennett]
* Various improvements to the Zero Target / Counter Steer HW and cleaned-up ↵ Angelo Salese2009-03-031-413/+117
| | | | the driver. [Angelo Salese]
* Moved SH2 set info functions to direct calls. Aaron Giles2009-03-0312-248/+159
|
* Of course, not crashing has its benefits too. Aaron Giles2009-03-031-0/+2
|
* Turned off annoying assert that nobody is interested in fixing. Aaron Giles2009-03-031-1/+2
|
* 02996 hotchase: [debug] Access Violation [Phil Bennett] Phil Bennett2009-03-031-3/+9
|
* New clones added Phil Bennett2009-03-032-1374/+1419
| | | | | | ---------------- Scud Race (Japan) [Leif Hurst] (not working) Cleaned up ROM_LOAD spacing.
* 02894 cprosocc: Ingame graphics corruption. [Phil Bennett] Phil Bennett2009-03-031-0/+4
|
* 02711 spacegun: EE-ROM error after gun calibration. [Phil Bennett] Phil Bennett2009-03-031-1/+3
|
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-0344-432/+432
| | | | | | Renamed pia_* functions to pia6821_* Fixed a couple of compiler errors.
* Delete old PIA implementation. Aaron Giles2009-03-033-1630/+0
|
* Remaining PIA device-ification. Aaron Giles2009-03-0312-456/+567
|
* Fix speaker/sound ambiguity that caused attempts to round sound outputs Aaron Giles2009-03-031-11/+9
| | | | to other sound chips to be broken.
* More PIA devic-ification: Aaron Giles2009-03-0214-263/+277
| | | | | | | | | | | - mcr.c - williams.c - redalert.c - exidy.c - calomega.c - carpolo.c Fixed sound in Joust 2.
* 02478: finalapr, finalapo, finalapb, speedrcr: Some graphics are not ↵ Phil Bennett2009-03-021-1/+1
| | | | displayed. [Phil Bennett]
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021019-5369/+5306
| | | | | | | | | | | | | | | assumption that all device tags are unique. Specifically, the following no longer need to provide a device type: AM_DEVREAD/WRITE DEVCB_DEVICE_HANDLER devtag_get_device devtag_reset device_list_find_by_tag as well as several device interfaces that referenced other devices. Also fixed assertion due to overflow in the recent sound fix.
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-0256-1406/+1498
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - qix - mcr/williams - coinmstr - funworld - goldnpkr - jokrwild - nyny - r2dtank - spiders - tugboat Added new function memory_install_read_port_handler() to more easily allow you to install read handlers for ports based on tag. Removed input_port_read_handler8/16/32/64 functions, since they were really only used for getting a memory handler for a port by tag, and this is no longer necessary. Moved input port handlers to internal code in the memory system. Added port names to the taito8741 device pending its proper devicification. Removed all remaining uses of input_port_n_r() functions, and purged them from src/emu/machine/generic.
* Make the system24 linscroll screen-relative. [Olivier Galibert] Yasuhiro Ogawa2009-03-021-54/+41
|
* ok, looks like these aren't anywhere, leave the information in place for ↵ davidhay2009-03-022-14/+14
| | | | reference against future dumps but turn them off.
* 02877: deadang, leadang, ghunter: Music drowns out sound effects Phil Bennett2009-03-023-3/+3
| | | | | Scaled up renegade and mjkjidai ADPCM levels in line with recent clock_adpcm() change. [Phil Bennett]
* 00015: Noticeable static in OKI 6295 audio Aaron Giles2009-03-021-1/+1
|
* Fixed: 02909: boothill: Specification of discrete filters for shot and hit ↵ Derrick Renaud2009-03-021-5/+16
| | | | sounds doesn't agree with schematic.