| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
| |
it is a no-op, but eventually will be used to indicate which bits of
metadata are included in the overall checksum.
|
| | |
|
| |
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
--------------------------------------------------
I see that eeprom_data is initialized with a memeset of 0xff so I don't think this change will break anything.
|
| |
|
|
| |
DSP" screen [Phil Bennett]
|
| |
|
|
|
|
|
|
|
| |
---------------------------------------------------
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...
|
| | |
|
| |
|
|
| |
Pop up a message instead, hopefully they'll still find their way in
mantis without breaking the game this time.
|
| |
|
|
|
| |
---------------------------------------------------
Daisyarin [Yasuhiro Ogawa]
|
| |
|
|
|
|
| |
----------------
Splatter House (World new version) [Andy Henderson]
Promoted to parent set.
|
| |
|
|
|
| |
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.
|
| |
|
| |
The original form is easier on the eyes...
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
E-Jan Sakurasou [Uki]
it's not plain SPI hardware, it's another variation. I haven't tried to make it work.
|
| |
|
|
|
|
|
| |
based on a side-by-side test [Angelo Salese]
===========================================================
Will convert & upload that video to somewhere shortly...
|
| | |
|
| |
|
| |
[Phil Bennett]
|
| |
|
|
| |
rom checks. [Phil Bennett]
|
| |
|
|
| |
Fixed pedals in Final Lap 3
[Phil Bennett]
|
| |
|
|
| |
the driver. [Angelo Salese]
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
----------------
Scud Race (Japan) [Leif Hurst] (not working)
Cleaned up ROM_LOAD spacing.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Renamed pia_* functions to pia6821_*
Fixed a couple of compiler errors.
|
| | |
|
| | |
|
| |
|
|
| |
to other sound chips to be broken.
|
| |
|
|
|
|
|
|
|
|
|
| |
- mcr.c
- williams.c
- redalert.c
- exidy.c
- calomega.c
- carpolo.c
Fixed sound in Joust 2.
|
| |
|
|
| |
displayed. [Phil Bennett]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| | |
|
| |
|
|
| |
reference against future dumps but turn them off.
|
| |
|
|
|
| |
Scaled up renegade and mjkjidai ADPCM levels in line with recent clock_adpcm() change.
[Phil Bennett]
|
| | |
|
| |
|
|
| |
sounds doesn't agree with schematic.
|