Commit Graph

4571 Commits

Author SHA1 Message Date
Aaron Giles
a97f308b83 Converted PowerPC SET_INFOs to direct calls. 2009-03-07 22:59:34 +00:00
Phil Bennett
3004ebc740 03006: blocken: Color / Missing gfx [Phil Bennett] 2009-03-07 22:36:11 +00:00
Brian Troha
298fb703c1 Updated minor information about v1.02 for Pacman Galaga 20 year reunion & removed old line in ESD16.c about 1999 Head Panic needing the SMT roms dumped 2009-03-07 21:48:52 +00:00
Angelo Salese
91bcff166a Small specific modifications for Counter Steer. [Angelo Salese] 2009-03-07 20:41:06 +00:00
Olivier Galibert
27fbe59291 tms57002: Add two missing instructions and hack up the coef update.
The real way coefficient updates are handled is a little too complex
for now, but the hack throttles the update speed to the real rate
given the way konami uses it (once per sync).  It's near impossible to
use it in a different way anyway.

Fixes mantis 2941 (at least for puzldama) and maybe 2953 (needs to
find the roms and test).
2009-03-07 19:41:14 +00:00
Angelo Salese
cfafcff7ff Added an extra note to a port, not worth mentioning. 2009-03-07 16:10:01 +00:00
Angelo Salese
69d9ba2346 Fixed sound regression in Tryout and removed deprecat.h dependancy [Angelo Salese]
==========================================================================

BGM / SFXs sounds very weird, maybe this needs a filter like Zero Target?
2009-03-07 15:53:28 +00:00
Angelo Salese
da0dc231c2 Fixed unwanted typo. 2009-03-07 15:01:15 +00:00
Angelo Salese
0eafc51fe5 Fixed a sprite bug when flip y flag is used and cleaned-up the whole routine in Zero Target. [Angelo Salese] 2009-03-07 14:24:02 +00:00
davidhay
3b5726fd58 added the citalian sets + proper gfx decode for them to igspoker, they don't work. 2009-03-07 13:31:29 +00:00
Pierpaolo Prazzoli
559617fdba Added service1 button tested in Dynamite Bomber (but doesn't work in game) and fixed little sprites priority problems in limenko.c 2009-03-07 12:58:09 +00:00
smf-
63e062fd0b simple fix for uninitialised variable warning, msvc doesn't cope well with spaghetti code. 2009-03-07 09:24:38 +00:00
Aaron Giles
75f0ff10d1 Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO
bits.

Fixed DCS2 speedup handler so it doesn't get lost during a memory
remap.
2009-03-07 08:54:03 +00:00
Aaron Giles
2f9ee68652 02057: buckrog, buckrogn, zoom909, subroc3d: Graphics Corruption on Title Screen + in game (using -AFS) 2009-03-07 08:03:48 +00:00
Aaron Giles
25b126291e 03001: "Working clones" display problem
Also tweaked the "not working" message.
2009-03-07 07:58:27 +00:00
Angelo Salese
994160658e Preliminary proper roz effects hooked up for Zero Target [Olivier Galibert, Angelo Salese] 2009-03-06 20:05:39 +00:00
Pierpaolo Prazzoli
930081c98c New WORKING game:
Puzzle Time (Prototype) [Angelo Salese, Pierpaolo Prazzoli, Yoshi]
2009-03-06 15:09:50 +00:00
Jonathan Gevaryahu
61c1ec810f Add locations to rom names for Mazer Blazer (and alt) roms. Add NO_DUMP entries for undumped voice roms, video prom, and pal. 2009-03-06 14:12:14 +00:00
davidhay
2b087b6c5e after a quick comparison it looks like the original sound rom should be correct for this. 2009-03-06 00:26:03 +00:00
davidhay
6ed3494bca added new graphic roms to the 1999 head panic set
note, this version is clearly a different PCB, it uses the older style sprites (which are actually just bootleg tumble pop sprites..)

the sound rom on the PCB is bad.

also added sprite flicker flag, based on tumble pop etc.
2009-03-06 00:15:28 +00:00
Angelo Salese
4b4228dfe2 Fixed sprite positioning bug in Zero Target [Angelo Salese] 2009-03-05 22:33:07 +00:00
Angelo Salese
7f889fdd37 Fixed a paletteram entry bug in GP World [Angelo Salese]
===============================================================================

Wasn't this game supposed to surpass the "Warming Up screen"?
2009-03-05 22:23:06 +00:00
Phil Bennett
45f9a13eff Forgot we'd relaxed clone naming restrictions... 2009-03-05 16:30:17 +00:00
Phil Bennett
4139cc87a5 New clones added
----------------
Gals Panic S2 (Asia) [Andy Henderson]
2009-03-05 13:34:19 +00:00
Aaron Giles
6c3e96102e Fix build break. 2009-03-05 09:53:53 +00:00
Aaron Giles
99d297a6fd Cleanups and version bump. 2009-03-05 09:38:53 +00:00
davidhay
a8c3265ce7 sfbonus version cleanups part 1. 2009-03-05 09:03:56 +00:00
davidhay
ee46ef04dd added the correct gfx roms to jjsquawkers bootleg 2009-03-05 09:02:36 +00:00
Aaron Giles
3b34b6b8b4 From: Atari Ace [mailto:atari_ace@verizon.net]
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
2009-03-05 08:24:08 +00:00
Aaron Giles
328aa85a24 From: R. Reucher [rene.reucher@batcom-it.net]
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.
2009-03-05 08:22:45 +00:00
Aaron Giles
c0b9bcf36c New clones: T-MEK (3 sets) [Lars Bull] 2009-03-05 08:18:59 +00:00
Aaron Giles
e49f7fae6e From: belegdol@gmail.com [mailto:belegdol@gmail.com]
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!
2009-03-05 07:36:47 +00:00
Aaron Giles
e8c09b35f6 Added flags to the metadata entries, encoded in the top bit. Right now
it is a no-op, but eventually will be used to indicate which bits of
metadata are included in the overall checksum.
2009-03-05 07:35:24 +00:00
Couriersud
6a0e1fcfe0 02694: demoderb, demoderm: Duplicated input definitions for P1 and P2 buttons. 2009-03-04 21:31:59 +00:00
Couriersud
8d92bff0b7 02180: Corrupt archives are read without problems
* 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
2009-03-04 21:30:52 +00:00
Pierpaolo Prazzoli
caf233e1fc Changed eeprom erase command to write 0xff values.
--------------------------------------------------
I see that eeprom_data is initialized with a memeset of 0xff so I don't think this change will break anything.
2009-03-04 21:06:57 +00:00
Phil Bennett
1c544a0426 02983 racedriv and clones: Race Drivin' and clones loop after "downloading DSP" screen [Phil Bennett] 2009-03-04 20:05:57 +00:00
Angelo Salese
08889a8007 New games added or promoted from NOT_WORKING status
---------------------------------------------------
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...
2009-03-04 19:42:21 +00:00
Angelo Salese
ece82906d9 02698: royalmah.c: BET games: Bet button does not work by default. 2009-03-04 18:11:18 +00:00
Olivier Galibert
e2f25afebf tms57002 - don't abort on unimplemented instructions
Pop up a message instead, hopefully they'll still find their way in
mantis without breaking the game this time.
2009-03-04 18:01:11 +00:00
Angelo Salese
a0a8f944ba New games added or promoted from NOT_WORKING status
---------------------------------------------------
Daisyarin [Yasuhiro Ogawa]
2009-03-04 17:54:58 +00:00
Phil Bennett
6cc95c4d1e New clones added
----------------
Splatter House (World new version) [Andy Henderson]

Promoted to parent set.
2009-03-04 17:21:18 +00:00
Olivier Galibert
9bcbadbd0a maketms: Free strings on exit.
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.
2009-03-04 16:43:58 +00:00
Phil Bennett
23bd717b0a Follow-up to commit 4681:
The original form is easier on the eyes...
2009-03-04 01:52:39 +00:00
Angelo Salese
8c67dab124 Corrected Dip-Switch settings for Zero Target [Yasuhiro Ogawa, Angelo Salese] 2009-03-04 00:50:56 +00:00
Angelo Salese
e7fe657c23 Fixed sprite colors for Zero Target [Angelo Salese] 2009-03-03 23:52:09 +00:00
Angelo Salese
4158c36ac3 Debug assertion fix 2009-03-03 23:17:39 +00:00
davidhay
88076635be new not working
E-Jan Sakurasou [Uki]

it's not plain SPI hardware, it's another variation.  I haven't tried to make it work.
2009-03-03 23:07:24 +00:00
Angelo Salese
f705a69e70 Fixed foreground & background colors and hand-tuned sound in Zero Target based on a side-by-side test [Angelo Salese]
===========================================================

Will convert & upload that video to somewhere shortly...
2009-03-03 22:36:59 +00:00
Angelo Salese
3f41bea70c Further sprite fixes for Zero Target. 2009-03-03 21:27:57 +00:00